[[["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."],[[["ProposalPage retrieves a segment of Proposal objects, providing navigation through a larger result set."],["It includes details such as the total number of Proposals, the starting position of the current page, and the actual Proposal data."],["The ProposalPage operates within the specified namespace for the Google Ad Manager API."]]],["The `ProposalService` utilizes the `getProposalsByStatement()` method to retrieve a `ProposalPage`. This `ProposalPage` contains a collection of `Proposal` objects. It also provides information about the result set, including `totalResultSetSize`, which indicates the total number of results, `startIndex`, representing the starting index of the page within the total results, and `results`, the array holding the actual `Proposal` objects fetched. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]