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

Captures a page of CdnConfiguration 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]
 
CdnConfiguration[] results [get, set]
 The collection of CDN configurations contained within this page. More...
 

Detailed Description

Captures a page of CdnConfiguration objects.

Property Documentation

CdnConfiguration [] Google.Api.Ads.AdManager.v202305.CdnConfigurationPage.results
getset

The collection of CDN configurations contained within this page.

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

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

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

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

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

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

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

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


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