[[["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 2025-08-06 UTC."],[[["\u003cp\u003eProposalLineItemPage objects represent a page of ProposalLineItem objects.\u003c/p\u003e\n"],["\u003cp\u003eThe ProposalLineItemPage object includes the proposal line items, the starting index, and the total size of the result set.\u003c/p\u003e\n"],["\u003cp\u003eThis object is part of the Google Ad Manager API and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ProposalLineItemService` uses `getProposalLineItemsByStatement` to retrieve a `ProposalLineItemPage`. This page contains an array of `ProposalLineItem` objects (`results`), the `startIndex` indicating its position in the full set, and `totalResultSetSize`, which denotes the overall size of the result set. This information resides within the specified namespace. The core actions are fetching a set of proposal line items and providing page-specific metadata.\n"],null,["# type ProposalLineItemPage (v202408)\n\n**Service** \n**ProposalLineItemService** **Dependencies** \n[getProposalLineItemsByState...](/ad-manager/api/reference/v202408/ProposalLineItemService#getProposalLineItemsByStatement \"getProposalLineItemsByStatement()\") \n▼\n**ProposalLineItemPage**\n\nCaptures a page of [ProposalLineItem](/ad-manager/api/reference/v202408/ProposalLineItemService.ProposalLineItem) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `results` | ` `[ProposalLineItem](/ad-manager/api/reference/v202408/ProposalLineItemService.ProposalLineItem)`[]` The collection of proposal line items contained within this page. |\n| ### `startIndex` | ` `xsd:`int` The absolute index in the total result set on which this page begins. |\n| ### `totalResultSetSize` | ` `xsd:`int` The size of the total result set to which this page belongs. |"]]