Class PerDeviceStatusInBatch
Captures the processing status for each device in the operation.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class PerDeviceStatusInBatch : IDirectResponseSchemaProperties
DeviceId
If processing succeeds, the device ID of the device.
Declaration
[JsonProperty("deviceId")]
public virtual long? DeviceId { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ErrorIdentifier
If processing fails, the error type.
Declaration
[JsonProperty("errorIdentifier")]
public virtual string ErrorIdentifier { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ErrorMessage
If processing fails, a developer message explaining what went wrong.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Status
The result status of the device after processing.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }Property Value
| Type | Description | 
|---|---|
| string |