activeStatus property

String? activeStatus
getter/setter pair

Whether this placement is active, inactive, archived or permanently archived. Possible string values are:

  • "PLACEMENT_STATUS_UNKNOWN"
  • "PLACEMENT_STATUS_ACTIVE"
  • "PLACEMENT_STATUS_INACTIVE"
  • "PLACEMENT_STATUS_ARCHIVED"
  • "PLACEMENT_STATUS_PERMANENTLY_ARCHIVED"

Implementation

core.String? activeStatus;