libQuotient
A Qt library for building matrix clients
Quotient::DeleteRoomKeysByRoomIdJob::Response Struct Reference

#include <key_backup.h>

Public Attributes

QString etag {}
 
int count {}
 The number of keys stored in the backup. More...
 

Detailed Description

Definition at line 428 of file key_backup.h.

Member Data Documentation

◆ count

int Quotient::DeleteRoomKeysByRoomIdJob::Response::count {}

The number of keys stored in the backup.

Definition at line 434 of file key_backup.h.

◆ etag

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.


The documentation for this struct was generated from the following file: