type LabelPage (v202508)

  • LabelPage captures a page of Label objects.

  • The LabelPage includes fields for the total result set size, the starting index of the current page within the total set, and the collection of Label objects on that page.

Captures a page of Label objects.


Namespace
https://www.google.com/apis/ads/publisher/v202508

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

Label[]

The collection of labels contained within this page.