Class CatalogDeviceSelector
Defines a device selector for a device. A device is considered matched if it matches any of given the selectors.
Implements
Inherited Members
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> |