abstract type TeamAction (v202402)
Represents the actions that can be performed on Team objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["`TeamAction` objects represent actions performed on Google Ad Manager teams."],["This service allows for activating or deactivating teams using specific actions (`ActivateTeams`, `DeactivateTeams`)."],["Actions are executed through the `performTeamAction()` method within the `TeamService`."],["The namespace for this API is `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `TeamService` allows actions on `Team` objects. The core functionality is managed through `performTeamAction()`, which utilizes `TeamAction`. Available actions include `ActivateTeams` and `DeactivateTeams`, enabling bulk activation or deactivation of multiple teams. This service operates within the namespace `https://www.google.com/apis/ads/publisher/v202402`. These actions define the service's interaction with Team objects and their state.\n"]]