Class DeviceTierSet
A set of device tiers. A tier set determines what variation of app content gets served to a specific device, for device-targeted content. You should assign a priority level to each tier, which determines the ordering by which they are evaluated by Play. See the documentation of DeviceTier.level for more details.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class DeviceTierSet : IDirectResponseSchema
Properties
DeviceTiers
Device tiers belonging to the set.
Declaration
[JsonProperty("deviceTiers")]
public virtual IList<DeviceTier> DeviceTiers { get; set; }
Property Value
Type | Description |
---|---|
IList<DeviceTier> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |