AI-generated Key Takeaways
-
The
UserPage
object retrieves a subset ofUser
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 theUserService
, and data is structured according to the specified namespace.
Captures a page of User objects
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |