AI-generated Key Takeaways
-
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, andresults
, 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 |
|
---|---|
|
The size of the total result set to which this page belongs. |
|
The absolute index in the total result set on which this page begins. |
|
The collection of teams contained within this page. |