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."],[[["The latest version available is 2.2.0, with multiple previous versions accessible, including 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."],["`ListDeviceConfigVersionsResponse` is a class used to handle responses for device configuration versions."],["The `ListDeviceConfigVersionsResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with it inheriting from the `Object` class."],["The `DeviceConfigs` property provides a list of the most recent device configurations in descending order."],["The response, `ListDeviceConfigVersionsResponse`, has two constructors available, a default one, and one that takes another `ListDeviceConfigVersionsResponse` object as a parameter."]]],[]]