Class RequestDeviceInfoStatus
Status of the REQUEST_DEVICE_INFO command.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class RequestDeviceInfoStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EidInfo
Information related to the EIDs of the device.
Declaration
[JsonProperty("eidInfo")]
public virtual EidInfo EidInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| EidInfo |
Status
Output only. Status of a REQUEST_DEVICE_INFO command.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |