status property

String? status
getter/setter pair

The status of the ad group. Possible string values are:

  • "UNSPECIFIED" : The status has not been specified.
  • "UNKNOWN" : The received value is not known in this version. This is a response-only value.
  • "ENABLED" : The ad group is enabled.
  • "PAUSED" : The ad group is paused.
  • "REMOVED" : The ad group is removed.

Implementation

core.String? status;