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