Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.SavedQueryPage Class Reference

A page of SavedQuery objects. More...

Properties

int totalResultSetSize [get, set]
 The size of the total result set to which this page belongs. More...
 
bool totalResultSetSizeSpecified [get, set]
 
int startIndex [get, set]
 The absolute index in the total result set on which this page begins. More...
 
bool startIndexSpecified [get, set]
 
SavedQuery[] results [get, set]
 The collection of saved queries contained within this page. More...
 

Detailed Description

A page of SavedQuery objects.

Property Documentation

SavedQuery [] Google.Api.Ads.AdManager.v202305.SavedQueryPage.results
getset

The collection of saved queries contained within this page.

int Google.Api.Ads.AdManager.v202305.SavedQueryPage.startIndex
getset

The absolute index in the total result set on which this page begins.

bool Google.Api.Ads.AdManager.v202305.SavedQueryPage.startIndexSpecified
getset

true, if a value is specified for startIndex, false otherwise.

int Google.Api.Ads.AdManager.v202305.SavedQueryPage.totalResultSetSize
getset

The size of the total result set to which this page belongs.

bool Google.Api.Ads.AdManager.v202305.SavedQueryPage.totalResultSetSizeSpecified
getset

true, if a value is specified for totalResultSetSize, false otherwise.


The documentation for this class was generated from the following file: