type UserTeamAssociationPage (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
UserTeamAssociationService
Captures a page of UserTeamAssociation objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eUserTeamAssociationService helps manage associations between users and teams in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eUserTeamAssociationPage object represents a page of UserTeamAssociation objects, containing details like total result size, starting index, and the actual user-team association data.\u003c/p\u003e\n"],["\u003cp\u003eThis page is accessed via the getUserTeamAssociationsByStatement method and provides insights into the relationships between users and teams within the Ad Manager platform.\u003c/p\u003e\n"]]],["The `UserTeamAssociationService` uses `getUserTeamAssociationsByStatement()` to retrieve `UserTeamAssociation` objects, organized into a `UserTeamAssociationPage`. This page details the `totalResultSetSize`, `startIndex`, and the `results`, which is an array of `UserTeamAssociation` objects. The service operates within the `https://www.google.com/apis/ads/publisher/v202411` namespace and deals with collections of user-team associations.\n"],null,["# type UserTeamAssociationPage (v202411)\n\n**Service** \n**UserTeamAssociationService** **Dependencies** \n[getUserTeamAssociationsBySt...](/ad-manager/api/reference/v202411/UserTeamAssociationService#getUserTeamAssociationsByStatement \"getUserTeamAssociationsByStatement()\") \n▼\n**UserTeamAssociationPage**\n\nCaptures a page of [UserTeamAssociation](/ad-manager/api/reference/v202411/UserTeamAssociationService.UserTeamAssociation) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` The size of the total result set to which this page belongs. |\n| ### `startIndex` | ` `xsd:`int` The absolute index in the total result set on which this page begins. |\n| ### `results` | ` `[UserTeamAssociation](/ad-manager/api/reference/v202411/UserTeamAssociationService.UserTeamAssociation)`[]` The collection of user team associations contained within this page. |"]]