state property
State of the quota rule
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified state for quota rule
- "CREATING" : Quota rule is creating
- "UPDATING" : Quota rule is updating
- "DELETING" : Quota rule is deleting
- "READY" : Quota rule is ready
- "ERROR" : Quota rule is in error state.
Implementation
core.String? state;