Class DevicesLongRunningOperationResponse
Tracks the status of a long-running operation to claim, unclaim, or attach metadata to devices. To learn more, read Long‑running batch operations.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class DevicesLongRunningOperationResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PerDeviceStatus
The processing status for each device in the operation. One PerDeviceStatus
per device. The list order
matches the items in the original request.
Declaration
[JsonProperty("perDeviceStatus")]
public virtual IList<OperationPerDevice> PerDeviceStatus { get; set; }
Property Value
Type | Description |
---|---|
IList<OperationPerDevice> |
SuccessCount
A summary of how many items in the operation the server processed successfully. Updated as the operation progresses.
Declaration
[JsonProperty("successCount")]
public virtual int? SuccessCount { get; set; }
Property Value
Type | Description |
---|---|
int? |