type LiveStreamEventPage (v202502)

  • A LiveStreamEventPage captures a page of LiveStreamEvent objects.

  • The page includes the total size of the result set, the starting index of the current page, and a collection of LiveStreamEvent objects.

  • It is part of the LiveStreamEventService and can be retrieved using the getLiveStreamEventsByStatement() method.

Captures a page of LiveStreamEvent objects.


Namespace
https://www.google.com/apis/ads/publisher/v202502

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

LiveStreamEvent[]

The collection of live stream events contained within this page.