AI-generated Key Takeaways
-
The LineItemPage object represents a page within a larger set of LineItem objects, providing information about the total set and the current page's position.
-
It includes the total number of LineItems, the starting position of the current page, and an array of LineItem objects for that page.
-
This page is part of the LineItemService within the Google Ad Manager API, used to retrieve and manage line items for ad delivery.
Captures a page of LineItem objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
|
The size of the total result set to which this page belongs. |
|
The absolute index in the total result set on which this page begins. |
|
The collection of line items contained within this page. |