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 527 of file key_backup.h.
int Quotient::DeleteRoomKeysJob::Response::count {} |
The number of keys stored in the backup.
Definition at line 533 of file key_backup.h.
QString Quotient::DeleteRoomKeysJob::Response::etag {} |
The new etag value representing stored keys in the backup. See GET /room_keys/version/{version}
for more details.
Definition at line 530 of file key_backup.h.