type DaiAuthenticationKeyPage (v202411)

  • 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.

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

DaiAuthenticationKey[]

The collection of live stream events contained within this page.