state property
The PhraseSet lifecycle state.
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 PhraseSet has been deleted.
Implementation
core.String? state;