state property
The current state of the FeatureConfig resource.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The code is not set.
- "CREATING" : The FeatureConfig is being created.
- "ACTIVE" : The FeatureConfig has been created.
- "DELETING" : The FeatureConfig is being deleted.
Implementation
core.String? state;