trixnity-clientserverapi-model
Toggle table of contents
4.22.1
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.devices
/
GetDehydratedDeviceEvents
/
Response
Response
@
Serializable
data
class
Response
(
val
nextBatch
:
String
,
val
events
:
List
<
ClientEvent.ToDeviceEvent
<
*
>
>
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
nextBatch
:
String
,
events
:
List
<
ClientEvent.ToDeviceEvent
<
*
>
>
)
Properties
events
Link copied to clipboard
@
SerialName
(
value
=
"events"
)
val
events
:
List
<
ClientEvent.ToDeviceEvent
<
*
>
>
next
Batch
Link copied to clipboard
@
SerialName
(
value
=
"next_batch"
)
val
nextBatch
:
String