Class TrackCountryAvailability
Resource for per-track country availability information.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class TrackCountryAvailability : IDirectResponseSchema
Properties
Countries
A list of one or more countries where artifacts in this track are available. This list includes all countries that are targeted by the track, even if only specific carriers are targeted in that country.
Declaration
[JsonProperty("countries")]
public virtual IList<TrackTargetedCountry> Countries { get; set; }
Property Value
Type | Description |
---|---|
IList<TrackTargetedCountry> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RestOfWorld
Whether artifacts in this track are available to "rest of the world" countries.
Declaration
[JsonProperty("restOfWorld")]
public virtual bool? RestOfWorld { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SyncWithProduction
Whether this track's availability is synced with the default production track. See https://support.google.com/googleplay/android-developer/answer/7550024 for more information on syncing country availability with production. Note that if this is true, the returned "countries" and "rest_of_world" fields will reflect the values for the default production track.
Declaration
[JsonProperty("syncWithProduction")]
public virtual bool? SyncWithProduction { get; set; }
Property Value
Type | Description |
---|---|
bool? |