AI-generated Key Takeaways
-
OrderPage retrieves a subset of Order objects, providing navigation through a larger result set.
-
It includes information like the total number of Orders (
totalResultSetSize
), the starting position of the current page (startIndex
), and the Orders on this page (results
). -
This object is part of the Google Ad Manager API, specifically within the
OrderService
and under the namespacehttps://www.google.com/apis/ads/publisher/v202411
.
Captures a page of Order 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 orders contained within this page. |