Class OperationPerDevice
A task for each device in the operation. Corresponds to each device change in the request.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class OperationPerDevice : IDirectResponseSchemaProperties
Claim
A copy of the original device-claim request received by the server.
Declaration
[JsonProperty("claim")]
public virtual PartnerClaim Claim { get; set; }Property Value
| Type | Description | 
|---|---|
| PartnerClaim | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Result
The processing result for each device.
Declaration
[JsonProperty("result")]
public virtual PerDeviceStatusInBatch Result { get; set; }Property Value
| Type | Description | 
|---|---|
| PerDeviceStatusInBatch | 
Unclaim
A copy of the original device-unclaim request received by the server.
Declaration
[JsonProperty("unclaim")]
public virtual PartnerUnclaim Unclaim { get; set; }Property Value
| Type | Description | 
|---|---|
| PartnerUnclaim | 
UpdateMetadata
A copy of the original metadata-update request received by the server.
Declaration
[JsonProperty("updateMetadata")]
public virtual UpdateMetadataArguments UpdateMetadata { get; set; }Property Value
| Type | Description | 
|---|---|
| UpdateMetadataArguments |