status property

String? status
getter/setter pair

Status of this custom audience.

Indicates whether the custom 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 - custom audience is enabled and can be targeted.
  • "REMOVED" : Removed status - custom audience is removed and cannot be used for targeting.

Implementation

core.String? status;