[[["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-08-20 UTC."],[[["The UserTeamAssociationService allows retrieval of UserTeamAssociation objects, which represent the association between users and teams."],["UserTeamAssociationPage objects capture a page of UserTeamAssociation objects, providing information about the total result set, starting index, and the associations themselves."],["Key properties of UserTeamAssociationPage include `totalResultSetSize`, `startIndex`, and `results`, offering insights into the retrieved data."]]],["The `UserTeamAssociationService` retrieves `UserTeamAssociation` objects via `getUserTeamAssociationsByStatement`. It returns a `UserTeamAssociationPage`, which contains the `totalResultSetSize`, indicating the total number of results. It has `startIndex`, the index where the current page starts, and `results`, an array of `UserTeamAssociation` objects within this page. The namespace for this service is provided as `https://www.google.com/apis/ads/publisher/v202408`.\n"]]