enum TeamStatus (v202505)

  • TeamStatus represents whether a team is active or inactive.

  • The TeamStatus enumeration includes ACTIVE, INACTIVE, and UNKNOWN values.

  • ACTIVE status means the team is visible in the UI, while INACTIVE status means it is hidden.

  • UNKNOWN status is returned if the actual value is not exposed by the API version.

Represents the status of a team, whether it is active or inactive.


Namespace
https://www.google.com/apis/ads/publisher/v202505
Enumeration Description
ACTIVE The status of an active team. (i.e. visible in the UI)
INACTIVE The status of an inactive team. (i.e. hidden in the UI)
UNKNOWN The value returned if the actual value is not exposed by the requested API version.