AI-generated Key Takeaways
- 
          A SavedQueryPage is a page of SavedQuery objects. 
- 
          It includes fields for the total size of the result set, the starting index of the current page, and a collection of SavedQuery objects. 
- 
          This page is returned by the getSavedQueriesByStatement() method of the ReportService. 
A page of SavedQuery objects.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| Field | |
|---|---|
| 
                            | 
                            The size of the total result set to which this page belongs. | 
| 
                            | 
                            The absolute index in the total result set on which this page begins. | 
| 
                            | The collection of saved queries contained within this page. |