type UserTeamAssociationPage (v202411)

  • UserTeamAssociationService helps manage associations between users and teams in Google Ad Manager.

  • UserTeamAssociationPage object represents a page of UserTeamAssociation objects, containing details like total result size, starting index, and the actual user-team association data.

  • This page is accessed via the getUserTeamAssociationsByStatement method and provides insights into the relationships between users and teams within the Ad Manager platform.

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.