Request

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

Constructors

Link copied to clipboard
fun Request(keysFrom: Map<UserId, Set<String>>)

Properties

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