trixnity-clientserverapi-model
Toggle table of contents
4.14.4
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.sync
/
Sync
/
Response
/
ToDevice
To
Device
@
Serializable
data
class
ToDevice
(
val
events
:
List
<
ClientEvent.ToDeviceEvent
<
*
>
>
?
=
null
)
Members
Constructors
To
Device
Link copied to clipboard
constructor
(
events
:
List
<
ClientEvent.ToDeviceEvent
<
*
>
>
?
=
null
)
Properties
events
Link copied to clipboard
@
SerialName
(
value
=
"events"
)
val
events
:
List
<
ClientEvent.ToDeviceEvent
<
*
>
>
?
=
null