type SitePage (v202505)

  • SitePage contains the results of a site query, including total result set size, start index, and an array of Site objects.

  • It is used in the SiteService, specifically by the getSitesByStatement() method.

  • The namespace for SitePage is https://www.google.com/apis/ads/publisher/v202505.


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

Field

totalResultSetSize

xsd:int

startIndex

xsd:int

results

Site[]