Class ClaimDeviceResponse
Response message containing device id of the claim.
Implements
Inherited Members
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 |