type UserPage (v202411)

  • UserPage captures a page of User objects.

  • The UserPage is part of the https://www.google.com/apis/ads/publisher/v202411 namespace.

  • Key fields in UserPage include totalResultSetSize, startIndex, and results (a collection of Users).

  • The getUsersByStatement() method in UserService is associated with UserPage.

Captures a page of User objects


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

totalResultSetSize

xsd:int

The size of the total result set to which this page belongs.

startIndex

xsd:int

The absolute index in the total result set on which this page begins.

results

User[]

The collection of users contained within this page.