Show / Hide Table of Contents

Class DeviceTierConfig

Configuration describing device targeting criteria for the content of an app.

Inheritance
object
DeviceTierConfig
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX