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