Class DeviceIdentifier
Defines a device identifier for a device.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class DeviceIdentifier : IDirectResponseSchema
Properties
DeviceBrand
The brand of the device.
Declaration
[JsonProperty("deviceBrand")]
public virtual string DeviceBrand { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DeviceModel
The model of the device.
Declaration
[JsonProperty("deviceModel")]
public virtual string DeviceModel { 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 |