[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]