Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BulkUpdateLineItemsRequest

import type { BulkUpdateLineItemsRequest } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Request message for LineItemService.BulkUpdateLineItems.

interface BulkUpdateLineItemsRequest {
lineItemIds?: bigint[];
targetLineItem?: LineItem;
updateMask?: string;
}

§Properties

§
lineItemIds?: bigint[]
[src]

Required. IDs of line items to update.

§
targetLineItem?: LineItem
[src]

Required. A line item object containing the fields to be updated and the new values to assign to all line items specified in line_item_ids."

§
updateMask?: string
[src]

Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus