lifecycleState property

String? lifecycleState
getter/setter pair

The organization's current lifecycle state.

Assigned by the server. Possible string values are:

  • "LIFECYCLE_STATE_UNSPECIFIED" : Unspecified state. This is only useful for distinguishing unset values.
  • "ACTIVE" : The normal and active state.
  • "DELETE_REQUESTED" : The organization has been marked for deletion by the user.

Implementation

core.String? lifecycleState;