status property

String? status
getter/setter pair

The status of the conversion value rule set.

** Read-only **

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ENABLED" : Conversion Value Rule Set is enabled and can be applied.
  • "REMOVED" : Conversion Value Rule Set is permanently deleted and can't be applied.
  • "PAUSED" : Conversion Value Rule Set is paused and won't be applied. It can be enabled again.

Implementation

core.String? status;