Class ListDeviceConfigVersionsResponse
Response for ListDeviceConfigVersions
.
Inheritance
object
ListDeviceConfigVersionsResponse
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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<T><DeviceConfig> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |