toggle menu
trixnity-clientserverapi-model
4.1.1
common
switch theme
search in API
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
@
SerialName
(
value
=
"device_keys"
)
val
keysFrom
:
Map
<
UserId
,
Set
<
String
>
>
timeout
Link copied to clipboard
@
SerialName
(
value
=
"timeout"
)
val
timeout
:
Long
?