trixnity-clientserverapi-model
3.8.0
common
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.keys
/
GetKeys
/
Request
Request
@
Serializable
data
class
Request
(
val
keysFrom
:
Map
<
UserId
,
Set
<
String
>
>
,
val
timeout
:
Long
?
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
keysFrom
:
Map
<
UserId
,
Set
<
String
>
>
,
timeout
:
Long
?
)
Properties
keys
From
Link copied to clipboard
val
keysFrom
:
Map
<
UserId
,
Set
<
String
>
>
timeout
Link copied to clipboard
val
timeout
:
Long
?