Targeting details for a recovery action such as regions, android sdk levels, app versions etc.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field criteria . Criteria for targeting recovery action. criteria can be only one of the following: |
|
regions |
Targeting is based on the user account region. |
androidSdks |
Targeting is based on android api levels of devices. |
allUsers |
All users are targeted. |
Union field target_versions . App versions targeted by the recovery action. Required. target_versions can be only one of the following: |
|
versionList |
Target version codes as a list. |
versionRange |
Target version codes as a range. |
AppVersionList
Data format for a list of app versions.
JSON representation |
---|
{ "versionCodes": [ string ] } |
Fields | |
---|---|
versionCodes[] |
List of app version codes. |
AppVersionRange
Data format for a continuous range of app versions.
JSON representation |
---|
{ "versionCodeStart": string, "versionCodeEnd": string } |
Fields | |
---|---|
versionCodeStart |
Lowest app version in the range, inclusive. |
versionCodeEnd |
Highest app version in the range, inclusive. |