GetDehydratedDeviceEvents

Constructors

Link copied to clipboard
constructor(deviceId: String)

Types

Link copied to clipboard
@Serializable
data class Request(val nextBatch: String? = null)
Link copied to clipboard
@Serializable
data class Response(val nextBatch: String, val events: List<ClientEvent.ToDeviceEvent<*>>)

Properties

Link copied to clipboard
@SerialName(value = "device_id")
val deviceId: String
Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?