[[["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-02-13 UTC."],[[["LineItemPage objects represent a page within a larger set of LineItem objects."],["This page includes information like the total result set size, the starting position of the page, and the actual LineItem objects on this page."],["The LineItemPage object is part of the Google Ad Manager API and uses a specific namespace for interactions."]]],["The `LineItemPage` captures a segment of `LineItem` objects retrieved via `getLineItemsByStatement()` from the `LineItemService`. It contains `totalResultSetSize`, indicating the total number of `LineItem` objects, `startIndex`, specifying the page's starting position, and `results`, an array of `LineItem` objects within this specific page. The data is within the `https://www.google.com/apis/ads/publisher/v202402` namespace.\n"]]