status property
Status of this audience.
Indicates whether the audience is 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" : Enabled status - audience is enabled and can be targeted.
- "REMOVED" : Removed status - audience is removed and cannot be used for targeting.
Implementation
core.String? status;