Show / Hide Table of Contents

Class ListDeviceConfigVersionsResponse

Response for ListDeviceConfigVersions.

Inheritance
System.Object
ListDeviceConfigVersionsResponse
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudIot.v1.Data
Assembly: Google.Apis.CloudIot.v1.dll
Syntax
public class ListDeviceConfigVersionsResponse : IDirectResponseSchema

Properties

DeviceConfigs

The device configuration for the last few versions. Versions are listed in decreasing order, starting from the most recent one.

Declaration
[JsonProperty("deviceConfigs")]
public virtual IList<DeviceConfig> DeviceConfigs { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<DeviceConfig>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top