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

NegativeKeywordList

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

A list of negative keywords used for targeting.

interface NegativeKeywordList {
readonly advertiserId?: bigint;
displayName?: string;
readonly name?: string;
readonly negativeKeywordListId?: bigint;
readonly targetedLineItemCount?: bigint;
}

§Properties

§
readonly advertiserId?: bigint
[src]

Output only. The unique ID of the advertiser the negative keyword list belongs to.

§
displayName?: string
[src]

Required. The display name of the negative keyword list. Must be UTF-8 encoded with a maximum size of 255 bytes.

§
readonly name?: string
[src]

Output only. The resource name of the negative keyword list.

§
readonly negativeKeywordListId?: bigint
[src]

Output only. The unique ID of the negative keyword list. Assigned by the system.

§
readonly targetedLineItemCount?: bigint
[src]

Output only. Number of line items that are directly targeting this negative keyword list.