Class UpdateDeviceMetadataRequest
Request to set metadata for a device.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class UpdateDeviceMetadataRequest : IDirectResponseSchema
Properties
DeviceMetadata
Required. The metadata to attach to the device.
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 |