[[["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 UserPage object represents a page of User objects retrieved from the UserService."],["It provides information about the total result set size, the starting index of the page, and the actual User objects on the page."],["These objects are part of the Google Ad Manager API and reside within the specified namespace."]]],["The `UserService` allows retrieving user data via the `getUsersByStatement()` method, which returns a `UserPage` object. This `UserPage` contains information about a subset of users. Key data within `UserPage` includes `totalResultSetSize`, indicating the total number of users available, `startIndex`, specifying the starting index of this subset, and `results`, an array holding the `User` objects found in this particular page. The service uses the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]