[[["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-05-15 UTC."],[[["`ProposalPage` objects represent a page within a larger set of `Proposal` objects, providing access to a subset of proposals."],["This page structure includes the total number of proposals (`totalResultSetSize`), the starting position of the current page (`startIndex`), and the actual `Proposal` objects on this page (`results`)."],["`ProposalPage` is used within the context of the `ProposalService` to manage and retrieve proposals in Google Ad Manager."]]],["The `ProposalService` utilizes the `getProposalsByStatement()` method to retrieve a `ProposalPage`. This `ProposalPage` contains a set of `Proposal` objects. The page includes details such as `totalResultSetSize`, which indicates the total number of results, `startIndex`, representing the page's starting index, and `results`, which is an array of the `Proposal` objects contained on the current page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]