ToDeviceSyncResponse

@JsonClass(generateAdapter = true)
data class ToDeviceSyncResponse(val events: List<Event>? = null)

Constructors

Link copied to clipboard
fun ToDeviceSyncResponse(events: List<Event>? = null)

Properties

Link copied to clipboard
val events: List<Event>? = null

List of direct-to-device events.