type NativeStylePage (v202411)
Service
NativeStyleService
Captures a page of NativeStyle objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
totalResultSetSize
|
xsd:int
The size of the total result set to which this page belongs.
|
startIndex
|
xsd:int
The absolute index in the total result set on which this page begins.
|
results
|
NativeStyle[]
The collection of native styles contained within this page.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["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"]]