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.
Inheritance
System.Object
DeviceTierSet
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.Collections.Generic.IList<DeviceTier> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |