Information about an app recovery action.
JSON representation |
---|
{ "appRecoveryId": string, "status": enum ( |
Fields | |
---|---|
appRecoveryId |
ID corresponding to the app recovery action. |
status |
The status of the recovery action. |
targeting |
Specifies targeting criteria for the recovery action such as regions, android sdk versions, app versions etc. |
createTime |
Timestamp of when the app recovery action is created by the developer. It is always set after creation of the recovery action. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
deployTime |
Timestamp of when the app recovery action is deployed to the users. Only set if the recovery action has been deployed. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
cancelTime |
Timestamp of when the app recovery action is canceled by the developer. Only set if the recovery action has been canceled. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
lastUpdateTime |
Timestamp of when the developer last updated recovery action. In case the action is cancelled, it corresponds to cancellation time. It is always set after creation of the recovery action. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Union field recovery_action_data . Data related to the recovery action. recovery_action_data can be only one of the following: |
|
remoteInAppUpdateData |
Data about the remote in-app update action such as such as recovered user base, recoverable user base etc. Set only if the recovery action type is Remote In-App Update. |
RemoteInAppUpdateData
Data related to Remote In-App Update action such as recovered user count, affected user count etc.
JSON representation |
---|
{
"remoteAppUpdateDataPerBundle": [
{
object ( |
Fields | |
---|---|
remoteAppUpdateDataPerBundle[] |
Data related to the recovery action at bundle level. |
RemoteInAppUpdateDataPerBundle
Data related to the recovery action at bundle level.
JSON representation |
---|
{ "versionCode": string, "recoveredDeviceCount": string, "totalDeviceCount": string } |
Fields | |
---|---|
versionCode |
Version Code corresponding to the target bundle. |
recoveredDeviceCount |
Total number of devices which have been rescued. |
totalDeviceCount |
Total number of devices affected by this recovery action associated with bundle of the app. |