type SavedQueryPage (v202508)

  • A SavedQueryPage is a page containing SavedQuery objects.

  • It includes the total size of the result set, the starting index of the current page, and the list of SavedQuery results.

  • The SavedQueryPage is returned by the getSavedQueriesByStatement() method of the ReportService.

A page of SavedQuery 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

SavedQuery[]

The collection of saved queries contained within this page.