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."],[[["The latest version of `ListDeviceConfigVersionsResponse` is 2.2.0, and it's part of the Cloud IoT v1 API within the Google.Cloud.Iot.V1 namespace."],["This class provides a response for listing device configuration versions, including multiple versions of device configurations in decreasing order, with the most recent version first."],["The `ListDeviceConfigVersionsResponse` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with members that extend from the `object` class."],["The class has a property called `DeviceConfigs`, which is a `RepeatedField` containing `DeviceConfig` objects that provide the device configuration details for recent versions."],["The assembly for the `ListDeviceConfigVersionsResponse` class is found in Google.Cloud.Iot.V1.dll and has multiple older versions, with the oldest being 1.0.0."]]],[]]