type SlatePage (v202405)
Service
LiveStreamEventService
Captures a page of Slate objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["SlatePage objects represent a page within a larger set of Slate objects, providing information about the total result set, the starting position of the page within that set, and the Slates contained on that specific page."],["This page belongs to the LiveStreamEventService within the Google Ad Manager API and utilizes a specific namespace for identification."],["Key properties of the SlatePage include `totalResultSetSize`, indicating the total number of Slates, `startIndex`, showing the page's position, and `results`, containing an array of Slate objects for this page."]]],["The `LiveStreamEventService` uses `getSlatesByStatement()` to retrieve `Slate` objects. This action returns a `SlatePage`, which contains a collection of `Slate` objects within a specific page. Each `SlatePage` includes information like `totalResultSetSize`, the total number of available results, `startIndex`, the index of where the current page begins, and `results`, an array containing the `Slate` objects themselves. The service operates within the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]