NegativeKeywordListAssignedTargetingOptionDetails
import type { NegativeKeywordListAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.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;
}