[[["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-11-19 UTC."],[[["NativeStylePage objects represent a page of NativeStyle objects, providing access to a subset of native styles within a larger result set."],["Key properties of a NativeStylePage include the total result set size, the starting index of the page within the result set, and an array of NativeStyle objects on the page."],["This page structure facilitates navigation and retrieval of native styles in a paginated manner through the NativeStyleService."]]],["The core content details the `NativeStyleService` and its method `getNativeStylesByStatement()`, which returns a `NativeStylePage`. This page contains a set of `NativeStyle` objects. The `NativeStylePage` has three key fields: `totalResultSetSize`, representing the total number of results; `startIndex`, indicating the starting position of the page within the results; and `results`, an array holding the `NativeStyle` objects. The `NativeStyleService` is within the `https://www.google.com/apis/ads/publisher/v202411` namespace.\n"]]