Resource: TrackCountryAvailability
Resource for per-track country availability information.
JSON representation |
---|
{
"syncWithProduction": boolean,
"countries": [
{
object ( |
Fields | |
---|---|
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 "restOfWorld" fields will reflect the values for the default production track. |
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. |
restOfWorld |
Whether artifacts in this track are available to "rest of the world" countries. |
TrackTargetedCountry
Representation of a single country where the contents of a track are available.
JSON representation |
---|
{ "countryCode": string } |
Fields | |
---|---|
countryCode |
The country to target, as a two-letter CLDR code. |
Methods |
|
---|---|
|
Gets country availability. |