[[["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."],[[["The `CompanyPage` object represents a page of `Company` objects retrieved from the Ad Manager API."],["It includes information about the total result set size, the starting index of the page, and the actual `Company` objects on that page."],["These properties are accessible via `totalResultSetSize`, `startIndex`, and `results` fields respectively."]]],["The `CompanyService` utilizes the `getCompaniesByStatement()` method to retrieve `Company` objects. The output is structured as a `CompanyPage`, which includes the `totalResultSetSize`, indicating the total number of companies. The `startIndex` specifies the page's starting point within the total set. The `results` field holds an array of `Company` objects contained within the current page. This data is found within the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]