ListLineItemsResponseCopyimport type { ListLineItemsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";interface ListLineItemsResponse {lineItems?: LineItem[];nextPageToken?: string;}§Properties§lineItems?: LineItem[][src]The list of line items. This list will be absent if empty. §nextPageToken?: string[src]A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListLineItems method to retrieve the next page of results.