status property
The status of the conversion value rule. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "ENABLED" : Conversion Value Rule is enabled and can be applied.
- "REMOVED" : Conversion Value Rule is permanently deleted and can't be applied.
- "PAUSED" : Conversion Value Rule is paused, but can be re-enabled.
Implementation
core.String? status;