[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `DeviceState` class represents the state of a device as reported within the Google Cloud IoT Core environment, and it is a sealed class."],["The `DeviceState` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default one, `DeviceState()`, and another one, `DeviceState(DeviceState other)`, which allows for creating a new instance by copying an existing one."],["The `DeviceState` class includes two properties: `BinaryData` of type `ByteString`, which represents the device's state data, and `UpdateTime` of type `Timestamp`, which indicates when the state was last updated."],["The latest version of the DeviceState is 2.2.0, with multiple other previous versions available for reference, such as versions 2.1.0, 2.0.0, 1.2.0, 1.1.0 and 1.0.0."]]],[]]