public sealed class ListDeviceConfigVersionsResponse : IMessage<ListDeviceConfigVersionsResponse>, IEquatable<ListDeviceConfigVersionsResponse>, IDeepCloneable<ListDeviceConfigVersionsResponse>, 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-03-21 UTC."],[[["This document provides information on the `ListDeviceConfigVersionsResponse` class, which is part of the Google.Cloud.Iot.V1 namespace and the Google.Cloud.Iot.V1.dll assembly."],["The `ListDeviceConfigVersionsResponse` class is used to retrieve a list of device configuration versions and is the response for `ListDeviceConfigVersions`."],["This class implements several interfaces, including `IMessage\u003cListDeviceConfigVersionsResponse\u003e`, `IEquatable\u003cListDeviceConfigVersionsResponse\u003e`, `IDeepCloneable\u003cListDeviceConfigVersionsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class has a property called `DeviceConfigs` of type `RepeatedField\u003cDeviceConfig\u003e`, which contains the device configurations for the last few versions in descending order, with the newest version first."],["The available versions for `ListDeviceConfigVersionsResponse` are listed, with `2.2.0` being the latest and `1.0.0` being the initial version."]]],[]]