[[["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."],[[["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 users included on the page."],["Users can utilize the getUsersByStatement() method within the UserService to retrieve UserPage objects."],["The namespace for the UserPage object is `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `UserService` utilizes `getUsersByStatement()` to retrieve a `UserPage`. `UserPage` contains a collection of `User` objects and provides information about the retrieved data. It includes `totalResultSetSize`, indicating the total number of results, `startIndex`, marking the page's starting position within the results, and `results`, which is an array of `User` objects contained on that page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]