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-04-17 UTC."],[[["This document provides details for the `ListDeviceConfigVersionsResponse` class, which is part of the Google Cloud IoT V1 library, version 2.0.0."],["The `ListDeviceConfigVersionsResponse` class is used to retrieve a list of device configuration versions, which implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and contains properties such as `DeviceConfigs`, which is a `RepeatedField` that holds a list of the most recent `DeviceConfig` versions in decreasing order."],["There are two constructors available for creating a `ListDeviceConfigVersionsResponse` object, a default constructor, and one that takes another `ListDeviceConfigVersionsResponse` as a parameter for copying."],["The document also lists the availability of various versions of this class, ranging from 1.0.0 to 2.2.0, with 2.2.0 being the latest."]]],[]]