trixnity-clientserverapi-model
3.10.1
common
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
val
changed
:
Set
<
UserId
>
?
=
null
left
Link copied to clipboard
val
left
:
Set
<
UserId
>
?
=
null