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 webpage provides documentation for the `ListDeviceStatesResponse` class, which is a response type used in Google Cloud IoT API version 1.1.0."],["The `ListDeviceStatesResponse` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a default constructor, `ListDeviceStatesResponse()`, and a copy constructor that accepts another `ListDeviceStatesResponse` object as a parameter."],["The class exposes a `DeviceStates` property of type `RepeatedField\u003cDeviceState\u003e` that contains a list of the most recent device states, sorted in descending order by their server update time."],["The documentation includes links to the documentation for the latest version, and all the previous versions of the `ListDeviceStatesResponse` class, ranging from 1.0.0 up to the latest version 2.2.0."]]],[]]