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

LineItemAssignedTargetingOption

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

Wrapper object associating an assigned_targeting_option resource and the line item it is assigned to.

interface LineItemAssignedTargetingOption {
assignedTargetingOption?: AssignedTargetingOption;
lineItemId?: bigint;
}

§Properties

§
assignedTargetingOption?: AssignedTargetingOption
[src]

The assigned targeting option resource.

§
lineItemId?: bigint
[src]

The ID of the line item the assigned targeting option is assigned to.