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

DuplicateLineItemRequest

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

Request message for LineItemService.DuplicateLineItem.

interface DuplicateLineItemRequest {
targetDisplayName?: string;
}

§Properties

§
targetDisplayName?: string
[src]

The display name of the new line item. Must be UTF-8 encoded with a maximum size of 240 bytes.