AI-generated Key Takeaways
- 
          UserPage represents a page of User objects within the Ad Manager API. 
- 
          It is used in conjunction with the getUsersByStatement() method of the UserService. 
- 
          Key fields of UserPage include totalResultSetSize, startIndex, and a collection of User objects in the results field. 
Captures a page of User objects
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| Field | |
|---|---|
| 
                            | 
                            The size of the total result set to which this page belongs. | 
| 
                            | 
                            The absolute index in the total result set on which this page begins. | 
| 
                            | 
                            The collection of users contained within this page. |