type SlatePage (v202411)

  • The LiveStreamEventService uses the getSlatesByStatement() method to retrieve Slate objects.

  • A SlatePage object represents a page within a larger result set of Slate objects, providing details like total size, starting position, and the Slates on that page.

  • Slates contain information related to live stream events, and the SlatePage helps organize and navigate through them.

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

Slate[]

The collection of live stream events contained within this page.