type SitePage (v202508)

  • SitePage captures a page of Site objects.

  • The SitePage includes the total size of the result set, the starting index of the current page, and a collection of Site objects.

  • SitePage is dependent on the SiteService and its getSitesByStatement() method.

Captures a page of Site objects.


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

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

Site[]

The collection of sites contained within this page.