type UserTeamAssociationPage (v202402)
Service
UserTeamAssociationService
Captures a page of UserTeamAssociation objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Field
|
totalResultSetSize
|
xsd:int
The size of the total result set to which this page belongs.
|
startIndex
|
xsd:int
The absolute index in the total result set on which this page begins.
|
results
|
UserTeamAssociation[]
The collection of user team associations contained within this page.
|
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."],[[["The UserTeamAssociationService allows retrieval of UserTeamAssociation objects, which represent the association between users and teams."],["UserTeamAssociationPage objects encapsulate a page of UserTeamAssociation objects, including the total result set size, starting index, and the associations themselves."],["This service and its associated objects reside within the `https://www.google.com/apis/ads/publisher/v202402` namespace."]]],["The `UserTeamAssociationService` retrieves `UserTeamAssociation` objects via `getUserTeamAssociationsByStatement`. It returns a `UserTeamAssociationPage`, which contains the `totalResultSetSize`, the `startIndex`, and an array of `results`. These results are the `UserTeamAssociation` objects, capturing a subset of the total associations, and are part of the `https://www.google.com/apis/ads/publisher/v202402` namespace. The service fetches user team associations and delivers them in paginated format.\n"]]