type SavedQueryPage (v202411)

  • SavedQueryPage is a page of SavedQuery objects used within the ReportService.

  • It contains fields for the total result set size, the starting index of the current page, and a collection of SavedQuery objects.

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

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

SavedQuery[]

The collection of saved queries contained within this page.