[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["The `CdnConfigurationPage` object represents a page of CDN configurations, providing access to a subset of the total results."],["It includes information about the total number of results, the starting position of the current page within the results, and the actual CDN configuration data for the current page."],["The page structure facilitates navigation and retrieval of CDN configurations in manageable chunks."]]],["The `CdnConfigurationService` uses `getCdnConfigurationsByStatement` to retrieve a `CdnConfigurationPage`. This page contains a collection of `CdnConfiguration` objects. The `CdnConfigurationPage` details the `totalResultSetSize`, indicating the total number of results, the `startIndex`, representing the page's starting point within the results, and the `results` field, an array holding the actual CDN configurations. The namespace for these configurations is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]