type OrderPage (v202411)

  • 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 namespace https://www.google.com/apis/ads/publisher/v202411.

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

Order[]

The collection of orders contained within this page.