Class GooglePlayDeveloperReportingV1beta1DeviceModelSummary
Summary of a device
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1beta1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class GooglePlayDeveloperReportingV1beta1DeviceModelSummary : IDirectResponseSchema
Properties
DeviceId
Identifier of the device.
Declaration
[JsonProperty("deviceId")]
public virtual GooglePlayDeveloperReportingV1beta1DeviceId DeviceId { get; set; }
Property Value
Type | Description |
---|---|
GooglePlayDeveloperReportingV1beta1DeviceId |
DeviceUri
Link to the device in Play Device Catalog.
Declaration
[JsonProperty("deviceUri")]
public virtual string DeviceUri { 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 |
MarketingName
Display name of the device.
Declaration
[JsonProperty("marketingName")]
public virtual string MarketingName { get; set; }
Property Value
Type | Description |
---|---|
string |