Show / Hide Table of Contents

Class CatalogDeviceSelector

Defines a device selector for a device. A device is considered matched if it matches any of given the selectors.

Inheritance
object
CatalogDeviceSelector
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 CatalogDeviceSelector : IDirectResponseSchema

Properties

DeviceTypeSelector

The device type selector.

Declaration
[JsonProperty("deviceTypeSelector")]
public virtual string DeviceTypeSelector { 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

RamSelector

Defines a RAM selector for a device.

Declaration
[JsonProperty("ramSelector")]
public virtual RamSelector RamSelector { get; set; }
Property Value
Type Description
RamSelector

SocSelectors

The SOC selectors. A device matches the device selector if it matches any of the SOC selectors.

Declaration
[JsonProperty("socSelectors")]
public virtual IList<SocSelector> SocSelectors { get; set; }
Property Value
Type Description
IList<SocSelector>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX