state property
The mapping rule state
Optional. Possible string values are:
- "STATE_UNSPECIFIED" : The state of the mapping rule is unknown.
- "ENABLED" : The rule is enabled.
- "DISABLED" : The rule is disabled.
- "DELETED" : The rule is logically deleted.
Implementation
core.String? state;