public sealed class ListDeviceStatesResponse : IMessage<ListDeviceStatesResponse>, IEquatable<ListDeviceStatesResponse>, IDeepCloneable<ListDeviceStatesResponse>, IBufferMessage, IMessage
[[["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."],[[["This document describes the `ListDeviceStatesResponse` class, which is used to handle responses for listing device states in the Google Cloud IoT service."],["The `ListDeviceStatesResponse` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor to initialize an empty instance and another to create a copy of an existing `ListDeviceStatesResponse` object."],["The `DeviceStates` property of the class is a `RepeatedField` that contains a list of `DeviceState` objects representing the most recent device states, sorted in descending order by update time."],["The documented code describes multiple versions of the code, ranging from version 1.0.0 up to the latest version 2.2.0."]]],[]]