[[["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 2025-08-06 UTC."],[[["\u003cp\u003eNativeStylePage objects represent a page of NativeStyle objects, providing access to a subset of native styles within a larger result set.\u003c/p\u003e\n"],["\u003cp\u003eKey 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.\u003c/p\u003e\n"],["\u003cp\u003eThis page structure facilitates navigation and retrieval of native styles in a paginated manner through the NativeStyleService.\u003c/p\u003e\n"]]],["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"],null,["# type NativeStylePage (v202411)\n\n**Service** \n**NativeStyleService** **Dependencies** \n[getNativeStylesByStatement()](/ad-manager/api/reference/v202411/NativeStyleService#getNativeStylesByStatement) \n▼\n**NativeStylePage**\n\nCaptures a page of [NativeStyle](/ad-manager/api/reference/v202411/NativeStyleService.NativeStyle) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` The size of the total result set to which this page belongs. |\n| ### `startIndex` | ` `xsd:`int` The absolute index in the total result set on which this page begins. |\n| ### `results` | ` `[NativeStyle](/ad-manager/api/reference/v202411/NativeStyleService.NativeStyle)`[]` The collection of native styles contained within this page. |"]]