abstract type TeamAction (v202405)
Represents the actions that can be performed on Team objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["TeamService allows for performing actions on Team objects."],["Available actions include activating and deactivating teams."],["TeamAction represents the different operations that can be applied to teams."],["The service and its components are part of the Google Ad Manager API namespace for version 202405."]]],["The `TeamService` allows actions on `Team` objects. `performTeamAction()` is the method that handles these actions, which are represented by the `TeamAction` object. `TeamAction` has two concrete subtypes : `ActivateTeams` and `DeactivateTeams`. These methods can enable or disable collections of `Team` objects, respectively. This service is part of the `v202405` API version within the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]