AI-generated Key Takeaways
-
OrderPage represents a page of Order objects within the Ad Manager API.
-
It includes fields for the total size of the result set, the starting index of the current page, and a list of Order objects.
-
The OrderPage is used in conjunction with the getOrdersByStatement method of the OrderService.
Captures a page of Order objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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. |