type LineItemTemplatePage (v202411)

  • The LineItemTemplateService allows retrieval of LineItemTemplates, notably through the getLineItemTemplatesByStatement method.

  • LineItemTemplatePage objects represent a page of LineItemTemplate objects, containing information like total result size, starting index, and the templates themselves.

  • This page structure is part of the Google Ad Manager API, specifically under the namespace https://www.google.com/apis/ads/publisher/v202411.

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

LineItemTemplate[]

The collection of line item templates contained within this page.