type LineItemPage (v202405)
Captures a page of LineItem objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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
|
LineItem[]
The collection of line items contained within this page.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["LineItemPage objects represent a page within a larger set of LineItem objects, providing details about a specific portion of the results."],["The object includes information like the total number of LineItems (`totalResultSetSize`), the starting position of the current page (`startIndex`), and the actual LineItem data for the current page (`results`)."],["Accessing LineItemPage objects is typically done through the `getLineItemsByStatement()` method of the LineItemService, facilitating retrieval of LineItems based on specified criteria."]]],["The `LineItemService` uses `getLineItemsByStatement()` to retrieve a `LineItemPage`. This `LineItemPage` contains `LineItem` objects and includes three key fields: `totalResultSetSize`, which denotes the total number of results; `startIndex`, indicating the starting index of the current page; and `results`, which holds the array of `LineItem` objects present in this page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]