AI-generated Key Takeaways
-
TeamStatus represents the active or inactive status of a team in TeamService.
-
Possible values for TeamStatus include ACTIVE, INACTIVE, and UNKNOWN.
-
ACTIVE teams are visible in the UI, while INACTIVE teams are hidden.
-
UNKNOWN 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/v202508
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. |