type NativeStylePage (v202411)

  • 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.

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.