Show / Hide Table of Contents

Class UpdateMetadataArguments

Identifies metadata updates to one device.

Inheritance
object
UpdateMetadataArguments
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.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class UpdateMetadataArguments : IDirectResponseSchema

Properties

DeviceId

Required. Device ID of the device.

Declaration
[JsonProperty("deviceId")]
public virtual long? DeviceId { get; set; }
Property Value
Type Description
long?

DeviceIdentifier

Required. Device identifier.

Declaration
[JsonProperty("deviceIdentifier")]
public virtual DeviceIdentifier DeviceIdentifier { get; set; }
Property Value
Type Description
DeviceIdentifier

DeviceMetadata

Required. The metadata to update.

Declaration
[JsonProperty("deviceMetadata")]
public virtual DeviceMetadata DeviceMetadata { get; set; }
Property Value
Type Description
DeviceMetadata

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX