DeleteRoomsKeyBackup

@Serializable
data class DeleteRoomsKeyBackup(val version: String) : MatrixEndpoint<Unit, DeleteRoomKeysResponse>

See also

Constructors

Link copied to clipboard
constructor(version: String)

Properties

Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?
Link copied to clipboard
@SerialName(value = "version")
val version: String

Functions

Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json, value: Unit?): KSerializer<Unit>?
Link copied to clipboard