QueryServerKeysByServer

@Serializable
data class QueryServerKeysByServer(val serverName: String, val minimumValidUntil: Long? = null) : MatrixEndpoint<Unit, QueryServerKeysResponse>

See also

Constructors

Link copied to clipboard
constructor(serverName: String, minimumValidUntil: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "minimum_valid_until_ts")
val minimumValidUntil: Long?
Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?
Link copied to clipboard
@SerialName(value = "serverName")
val serverName: String

Functions

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