[[["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-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"]]