Request

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

Constructors

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

Properties

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