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

NegativeKeywordListAssignedTargetingOptionDetails

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

Targeting details for negative keyword list. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_NEGATIVE_KEYWORD_LIST.

interface NegativeKeywordListAssignedTargetingOptionDetails {
negativeKeywordListId?: bigint;
}

§Properties

§
negativeKeywordListId?: bigint
[src]

Required. ID of the negative keyword list. Should refer to the negative_keyword_list_id field of a NegativeKeywordList resource.