Show / Hide Table of Contents

Class ModifyCloudToDeviceConfigRequest

Request for ModifyCloudToDeviceConfig.

Inheritance
object
ModifyCloudToDeviceConfigRequest
Implements
IDirectResponseSchema
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 ModifyCloudToDeviceConfigRequest : IDirectResponseSchema

Properties

BinaryData

Required. The configuration data for the device.

Declaration
[JsonProperty("binaryData")]
public virtual string BinaryData { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
long?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX