Device Config
data class DeviceConfig(val binaryData: String? = null, val cloudUpdateTime: String? = null, val deviceAckTime: String? = null, val version: String? = null)
Properties
Link copied to clipboard
The device state data.
Link copied to clipboard
(Output) The time at which this configuration version was updated in Cloud IoT Core.
Link copied to clipboard
(Output) The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version.