Show / Hide Table of Contents

Class GooglePlayDeveloperReportingV1alpha1DeviceModelSummary

Summary of a device

Inheritance
object
GooglePlayDeveloperReportingV1alpha1DeviceModelSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class GooglePlayDeveloperReportingV1alpha1DeviceModelSummary : IDirectResponseSchema

Properties

DeviceId

Identifier of the device.

Declaration
[JsonProperty("deviceId")]
public virtual GooglePlayDeveloperReportingV1alpha1DeviceId DeviceId { get; set; }
Property Value
Type Description
GooglePlayDeveloperReportingV1alpha1DeviceId

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX