type TeamPage (v202411)

  • A TeamPage captures a page of Team objects.

  • It includes fields for the total result set size, the starting index of the page, and a collection of Team objects.

  • TeamPage is part of the https://www.google.com/apis/ads/publisher/v202411 namespace.

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.