libQuotient
A Qt library for building matrix clients
|
#include <key_backup.h>
Public Attributes | |
QString | etag {} |
int | count {} |
The number of keys stored in the backup. More... | |
Definition at line 319 of file key_backup.h.
int Quotient::DeleteRoomKeyBySessionIdJob::Response::count {} |
The number of keys stored in the backup.
Definition at line 325 of file key_backup.h.
QString Quotient::DeleteRoomKeyBySessionIdJob::Response::etag {} |
The new etag value representing stored keys in the backup. See GET /room_keys/version/{version}
for more details.
Definition at line 322 of file key_backup.h.