DeviceConfig

data class DeviceConfig(val binaryData: String? = null, val cloudUpdateTime: String? = null, val deviceAckTime: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(binaryData: String? = null, cloudUpdateTime: String? = null, deviceAckTime: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val binaryData: String? = null

The device state data.

Link copied to clipboard
val cloudUpdateTime: String? = null

(Output) The time at which this configuration version was updated in Cloud IoT Core.

Link copied to clipboard
val deviceAckTime: String? = null

(Output) The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version.

Link copied to clipboard
val version: String? = null

(Output) The version of this update.