ImportRoomKeysResult

data class ImportRoomKeysResult(val totalNumberOfKeys: Int, val successfullyNumberOfImportedKeys: Int, val importedSessionInfo: Map<String, Map<String, List<String>>>)

Constructors

Link copied to clipboard
constructor(totalNumberOfKeys: Int, successfullyNumberOfImportedKeys: Int, importedSessionInfo: Map<String, Map<String, List<String>>>)

Properties