status property
The status of the campaign group.
When a new campaign group is added, the status defaults to ENABLED. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "ENABLED" : The campaign group is active.
- "REMOVED" : The campaign group has been removed.
Implementation
core.String? status;