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 page documents the `ListDeviceStatesResponse` class, which is used to return a response containing a list of device states, within the `Google.Cloud.Iot.V1` namespace for versions of the library from 1.0.0 to 2.2.0."],["`ListDeviceStatesResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `ListDeviceStatesResponse` class has two constructors, one default and another that takes another `ListDeviceStatesResponse` object, and contains a `DeviceStates` property of type `RepeatedField\u003cDeviceState\u003e` to hold a list of device states in descending order."],["The most recent version of the library is version 2.2.0, and there are currently 6 available versions of the library."]]],[]]