[[["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-08-20 UTC."],[[["SlatePage objects represent a page within a larger set of Slate objects, providing information about live stream events."],["The SlatePage structure includes details such as the total number of Slate objects, the starting position of the current page, and the actual collection of Slate objects on this page."],["Accessing SlatePage information requires interaction with the `LiveStreamEventService` within the specified namespace."]]],["The `LiveStreamEventService` utilizes the `getSlatesByStatement()` method to retrieve `Slate` objects, which are returned within a `SlatePage`. This page provides information about a subset of slates, detailing the `totalResultSetSize` (total number of slates), `startIndex` (starting index of this page within all results), and `results` (the `Slate` objects within the current page). The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]