type LabelPage (v202411)

  • LabelPage objects represent a page of Label objects, providing access to a subset of labels within a larger result set.

  • This page includes information about the total number of results, the starting position of this page within the results, and the actual Label objects on this page.

  • The LabelPage object is part of the Google Ad Manager API and is accessed under the LabelService within the specified namespace.

Captures a page of Label 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

Label[]

The collection of labels contained within this page.