[Output only] The time at which Cloud IoT Core received the
acknowledgment from the device, indicating that the device has received
this configuration version. If this field is not present, the device has
not yet acknowledged that it received this version. Note that when
the config was sent to the device, many config versions may have been
available in Cloud IoT Core while the device was disconnected, and on
connection, only the latest version is sent to the device. Some
versions may never be sent to the device, and therefore are never
acknowledged. This timestamp is set by Cloud IoT Core.
[Output only] The version of this update. The version number is assigned by
the server, and is always greater than 0 after device creation. The
version must be 0 on the CreateDevice request if a config is
specified; the response of CreateDevice will always have a value of 1.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeviceConfig\u003c/code\u003e class is a sealed class that represents the configuration of a device in Google Cloud IoT Core, which is eventually delivered to the devices.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces, including \u003ccode\u003eIMessage<DeviceConfig>\u003c/code\u003e, \u003ccode\u003eIEquatable<DeviceConfig>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<DeviceConfig>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, indicating its role in message handling and object management.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default constructor \u003ccode\u003eDeviceConfig()\u003c/code\u003e and one that takes another \u003ccode\u003eDeviceConfig\u003c/code\u003e object for copying, \u003ccode\u003eDeviceConfig(DeviceConfig other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeviceConfig\u003c/code\u003e has properties like \u003ccode\u003eBinaryData\u003c/code\u003e for storing configuration data, \u003ccode\u003eCloudUpdateTime\u003c/code\u003e to track server updates, \u003ccode\u003eDeviceAckTime\u003c/code\u003e to indicate device acknowledgment, and \u003ccode\u003eVersion\u003c/code\u003e for configuration versioning.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of \u003ccode\u003eDeviceConfig\u003c/code\u003e available, ranging from version 1.0.0 to 2.2.0, with 2.2.0 being the latest version.\u003c/p\u003e\n"]]],[],null,[]]