state property

String? state
getter/setter pair

The lifecycle state of the Project.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "ACTIVE" : The Project is active.
  • "DELETED" : The Project has been soft-deleted.

Implementation

core.String? state;