state property

String? state
getter/setter pair

The CustomClass lifecycle state.

This field is not used.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state. This is only used/useful for distinguishing unset values.
  • "ACTIVE" : The normal and active state.
  • "DELETED" : This CustomClass has been deleted.

Implementation

core.String? state;