status property

String? status
getter/setter pair

The status of the ad group customizer.

Output only. Possible string values are:

  • "UNSPECIFIED" : The status has not been specified.
  • "UNKNOWN" : The received value is not known in this version.
  • "ENABLED" : The customizer value is enabled.
  • "REMOVED" : The customizer value is removed.

Implementation

core.String? status;