public sealed class ListDeviceStatesResponse : IMessage<ListDeviceStatesResponse>, IEquatable<ListDeviceStatesResponse>, IDeepCloneable<ListDeviceStatesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class ListDeviceStatesResponse.
[[["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-03-21 UTC."],[[["This page provides documentation for the `ListDeviceStatesResponse` class within the Google Cloud IoT v1 API for .NET."],["`ListDeviceStatesResponse` is used to encapsulate the response from the `ListDeviceStates` method and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListDeviceStatesResponse` class includes a `DeviceStates` property, which is a list of the most recent device states in descending order, utilizing the `RepeatedField` data type."],["The documentation covers six versions of the API, ranging from version 1.0.0 to 2.2.0, which is the latest."],["The class contains two constructors, one default constructor and another that takes in an instance of `ListDeviceStatesResponse` to clone."]]],[]]