type OrderPage (v202411)

  • OrderPage captures a page of Order objects.

  • The OrderPage includes fields for the total size of the result set, the starting index of the current page, and the collection of Order objects within the page.

  • 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/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.