state property

String? state
getter/setter pair

The lifecycle state of the App.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "ACTIVE" : The App is active.
  • "DELETED" : The App has been soft-deleted. After an App has been in the DELETED state for more than 30 days, it is considered expired and will be permanently deleted. Up until this time, you can restore the App by calling Undelete ([Android](projects.androidApps/undelete) | [iOS](projects.iosApps/undelete) | [web](projects.webApps/undelete)).

Implementation

core.String? state;