type CdnConfigurationPage (v202411)

  • The CdnConfigurationPage object represents a page of CDN configuration details within Google Ad Manager.

  • It provides access to the total result set size, starting index of the page, and the collection of CDN configurations on the specific page.

  • The page is part of the CdnConfigurationService, enabling retrieval of CDN configurations based on defined criteria using methods like getCdnConfigurationsByStatement.

Captures a page of CdnConfiguration 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

CdnConfiguration[]

The collection of CDN configurations contained within this page.