type TeamPage (v202411)

  • TeamPage objects represent a page of Team objects, providing access to a subset of teams within a larger result set.

  • Key properties of TeamPage include totalResultSetSize, indicating the total number of teams, startIndex, specifying the starting position of the page within the full result set, and results, containing the actual Team objects on this page.

  • This object is part of the TeamService within the Google Ad Manager API and is used for retrieving and managing teams within your Ad Manager network.

Captures a page of Team 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

Team[]

The collection of teams contained within this page.