Class DeviceTierConfig
Configuration describing device targeting criteria for the content of an app.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class DeviceTierConfig : IDirectResponseSchema
Properties
DeviceGroups
Definition of device groups for the app.
Declaration
[JsonProperty("deviceGroups")]
public virtual IList<DeviceGroup> DeviceGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<DeviceGroup> |
DeviceTierConfigId
Output only. The device tier config ID.
Declaration
[JsonProperty("deviceTierConfigId")]
public virtual long? DeviceTierConfigId { get; set; }
Property Value
Type | Description |
---|---|
long? |
DeviceTierSet
Definition of the set of device tiers for the app.
Declaration
[JsonProperty("deviceTierSet")]
public virtual DeviceTierSet DeviceTierSet { get; set; }
Property Value
Type | Description |
---|---|
DeviceTierSet |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserCountrySets
Definition of user country sets for the app.
Declaration
[JsonProperty("userCountrySets")]
public virtual IList<UserCountrySet> UserCountrySets { get; set; }
Property Value
Type | Description |
---|---|
IList<UserCountrySet> |