GetRoomKeysVersionCurrentResponse class

Annotations
  • @_NameSource('generated')

Constructors

GetRoomKeysVersionCurrentResponse({required BackupAlgorithm algorithm, required Map<String, Object?> authData, required int count, required String etag, required String version})
GetRoomKeysVersionCurrentResponse.fromJson(Map<String, Object?> json)

Properties

algorithm BackupAlgorithm
The algorithm used for storing backups.
getter/setter pair
authData Map<String, Object?>
Algorithm-dependent data. See the documentation for the backup algorithms in Server-side key backups for more information on the expected format of the data.
getter/setter pair
count int
The number of keys stored in the backup.
getter/setter pair
etag String
An opaque string representing stored keys in the backup. Clients can compare it with the etag value they received in the request of their last key storage request. If not equal, another client has modified the backup.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
The backup version.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited