[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["`OrderPage` objects represent a page within a larger set of `Order` objects, providing access to a portion of the total results."],["Key properties include `totalResultSetSize` indicating the total number of orders, `startIndex` showing the starting position of the current page within the total set, and `results` containing the array of `Order` objects on this page."],["The `OrderPage` is utilized within the `OrderService`, accessed via the `getOrdersByStatement()` method."]]],["The `OrderService` utilizes the `getOrdersByStatement()` method to retrieve `Order` objects. This process results in an `OrderPage` object, which represents a subset of the total results. The `OrderPage` contains three key fields: `totalResultSetSize` (the total number of orders), `startIndex` (the page's starting index), and `results` (an array of `Order` objects within the page). The data uses the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"]]