Class RequestDeviceInfoParams
Parameters associated with the REQUEST_DEVICE_INFO command to get device related information.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class RequestDeviceInfoParams : IDirectResponseSchema
Properties
DeviceInfo
Required. Type of device information to be requested.
Declaration
[JsonProperty("deviceInfo")]
public virtual string DeviceInfo { 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 |