Request

@Serializable
data class Request(val keysFrom: Map<UserId, Set<String>>, val token: String?, val timeout: Long?)

Constructors

Link copied to clipboard
constructor(keysFrom: Map<UserId, Set<String>>, token: String?, timeout: Long?)

Properties

Link copied to clipboard
val keysFrom: Map<UserId, Set<String>>
Link copied to clipboard
Link copied to clipboard