[[["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-11-19 UTC."],[[["DaiAuthenticationKeyPage objects represent a page of DaiAuthenticationKey objects, providing access to authentication keys for live stream events."],["The page includes information about the total result set size, the starting index of the page within the set, and the specific DaiAuthenticationKeys on this page."],["It's part of the DaiAuthenticationKeyService within the Google Ad Manager API, used for managing Dynamic Ad Insertion (DAI) authentication."]]],["The `DaiAuthenticationKeyService` uses `getDaiAuthenticationKeysByStatement` to retrieve a `DaiAuthenticationKeyPage`. This page contains a set of `DaiAuthenticationKey` objects. The page's information includes `totalResultSetSize`, indicating the total number of results, `startIndex`, representing the starting index of the current page, and `results`, which is an array of the actual `DaiAuthenticationKey` objects. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]