status property

String? status
getter/setter pair

The status of the conversion, either ENABLED or REMOVED..

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ENABLED" : The conversion is enabled.
  • "REMOVED" : The conversion has been removed.

Implementation

core.String? status;