[[["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-02-13 UTC."],[[["`LabelPage` objects store a page of `Label` objects, providing information about labels within Google Ad Manager."],["Key properties include the total result set size (`totalResultSetSize`), starting position (`startIndex`), and an array of `Label` objects (`results`)."],["This object is part of the `LabelService` and helps navigate and manage labels used for organizing inventory."]]],["The `LabelService` utilizes the `getLabelsByStatement()` method to retrieve `Label` objects. This process results in a `LabelPage`, which contains a collection of `Label` objects, accessible via the `results` field. The `LabelPage` also provides metadata, including `totalResultSetSize`, indicating the total number of `Label` objects, and `startIndex`, specifying the page's position within the overall result set. The namespace for these is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]