public sealed class ListDeviceConfigVersionsResponse : IMessage<ListDeviceConfigVersionsResponse>, IEquatable<ListDeviceConfigVersionsResponse>, IDeepCloneable<ListDeviceConfigVersionsResponse>, IBufferMessage, IMessageResponse for ListDeviceConfigVersions.
Inheritance
System.Object > ListDeviceConfigVersionsResponseImplements
Google.Protobuf.IMessage<ListDeviceConfigVersionsResponse>, System.IEquatable<ListDeviceConfigVersionsResponse>, Google.Protobuf.IDeepCloneable<ListDeviceConfigVersionsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
ListDeviceConfigVersionsResponse()
public ListDeviceConfigVersionsResponse()ListDeviceConfigVersionsResponse(ListDeviceConfigVersionsResponse)
public ListDeviceConfigVersionsResponse(ListDeviceConfigVersionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeviceConfigVersionsResponse |
Properties
DeviceConfigs
public RepeatedField<DeviceConfig> DeviceConfigs { get; }The device configuration for the last few versions. Versions are listed in decreasing order, starting from the most recent one.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.Collections.RepeatedField<DeviceConfig> |
|