syncWithProduction property

bool? syncWithProduction
getter/setter pair

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.

Implementation

core.bool? syncWithProduction;