Show / Hide Table of Contents

Class OperationPerDevice

A task for each device in the operation. Corresponds to each device change in the request.

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

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX