DeviceStateResponse

data class DeviceStateResponse(val binaryData: String, val updateTime: String)

The device state, as reported by the device.

Constructors

Link copied to clipboard
fun DeviceStateResponse(binaryData: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The device state data.

Link copied to clipboard

Output only The time at which this state version was updated in Cloud IoT Core.