public sealed class ListDeviceConfigVersionsResponse : IMessage<ListDeviceConfigVersionsResponse>, IEquatable<ListDeviceConfigVersionsResponse>, IDeepCloneable<ListDeviceConfigVersionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class ListDeviceConfigVersionsResponse.
[[["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 document provides reference documentation for the `ListDeviceConfigVersionsResponse` class within the Google Cloud IoT v1 API, specifically version 2.1.0."],["The `ListDeviceConfigVersionsResponse` class is used as a response for the `ListDeviceConfigVersions` and inherits from `Object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListDeviceConfigVersionsResponse` class has a property called `DeviceConfigs`, which is a `RepeatedField` that holds the device configurations for the last few versions in descending order."],["The document lists previous versions of the `ListDeviceConfigVersionsResponse` class, from 1.0.0 to 2.2.0, where 2.2.0 is the latest version."],["The document describes the members inherited by `ListDeviceConfigVersionsResponse`, including methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]