Show / Hide Table of Contents

Class DeviceIdentifier

Defines a device identifier for a device.

Inheritance
object
DeviceIdentifier
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX