Show / Hide Table of Contents

Class ClaimDeviceResponse

Response message containing device id of the claim.

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

Properties

DeviceId

The device ID of the claimed device.

Declaration
[JsonProperty("deviceId")]
public virtual long? DeviceId { get; set; }
Property Value
Type Description
long?

DeviceName

The resource name of the device in the format partners/[PARTNER_ID]/devices/[DEVICE_ID].

Declaration
[JsonProperty("deviceName")]
public virtual string DeviceName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX