ToDevice

@Serializable
data class ToDevice(val events: List<ClientEvent.ToDeviceEvent<*>>? = null)

Constructors

Link copied to clipboard
constructor(events: List<ClientEvent.ToDeviceEvent<*>>? = null)

Properties

Link copied to clipboard
@SerialName(value = "events")
val events: List<ClientEvent.ToDeviceEvent<*>>?