[[["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-11-19 UTC."],[[["The `UserPage` object retrieves a subset of `User` objects, providing navigation through a larger result set."],["It includes details such as the total number of users (`totalResultSetSize`), the starting position of the current page (`startIndex`), and the actual user data (`results`)."],["Users are accessed using the `getUsersByStatement()` method within the `UserService`, and data is structured according to the specified namespace."]]],["The `UserService` allows retrieving users via `getUsersByStatement()`, returning a `UserPage`. A `UserPage` contains a collection of `User` objects (`results`), the total number of users (`totalResultSetSize`), and the starting index of the current page (`startIndex`). This is in the namespace `https://www.google.com/apis/ads/publisher/v202411`. The fields present in `UserPage` are for managing the pagination of large result sets.\n"]]