Class ModifyCloudToDeviceConfigRequest
Request for ModifyCloudToDeviceConfig.
Inheritance
System.Object
ModifyCloudToDeviceConfigRequest
Implements
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 ModifyCloudToDeviceConfigRequest : IDirectResponseSchema
Properties
BinaryData
Required. The configuration data for the device.
Declaration
[JsonProperty("binaryData")]
public virtual string BinaryData { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VersionToUpdate
The version number to update. If this value is zero, it will not check the version number of the server and will always update the current version; otherwise, this update will fail if the version number found on the server does not match this version number. This is used to support multiple simultaneous updates without losing data.
Declaration
[JsonProperty("versionToUpdate")]
public virtual long? VersionToUpdate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |