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 part of the Google Cloud IoT API, specifically within the `Google.Cloud.Iot.V1` namespace for .NET."],["The class is designed to handle responses for listing device states and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` from the Google.Protobuf library."],["`ListDeviceStatesResponse` includes a `DeviceStates` property, which is a collection of `DeviceState` objects, providing the most recent device states in descending order of server update time."],["The documentation covers versions from 1.0.0 up to 2.2.0, with 2.2.0 marked as the latest version, showing the evolution of the API."]]],[]]