Show / Hide Table of Contents

Class PerDeviceStatusInBatch

Captures the processing status for each device in the operation.

Inheritance
object
PerDeviceStatusInBatch
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 PerDeviceStatusInBatch : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX