abstract type TeamAction (v202411)
Represents the actions that can be performed on Team objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The TeamService allows for performing actions on Team objects in Google Ad Manager."],["TeamAction represents the possible operations, including activating and deactivating teams."],["These actions are managed within the specified namespace for the Google Ad Manager API."]]],["The `TeamService` allows actions on `Team` objects. `performTeamAction()` is the main method for these actions. `TeamAction` is a base class for specific actions. Available actions include `ActivateTeams` and `DeactivateTeams`, which are used to change the status of teams. The service operates within the `https://www.google.com/apis/ads/publisher/v202411` namespace.\n"]]