trixnity-clientserverapi-model
Toggle table of contents
4.16.9
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.sync
/
Sync
/
Response
/
DeviceLists
Device
Lists
@
Serializable
data
class
DeviceLists
(
val
changed
:
Set
<
UserId
>
?
=
null
,
val
left
:
Set
<
UserId
>
?
=
null
)
Members
Constructors
Device
Lists
Link copied to clipboard
constructor
(
changed
:
Set
<
UserId
>
?
=
null
,
left
:
Set
<
UserId
>
?
=
null
)
Properties
changed
Link copied to clipboard
@
SerialName
(
value
=
"changed"
)
val
changed
:
Set
<
UserId
>
?
=
null
left
Link copied to clipboard
@
SerialName
(
value
=
"left"
)
val
left
:
Set
<
UserId
>
?
=
null