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

ReplaceNegativeKeywordsRequest

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

Request message for NegativeKeywordService.ReplaceNegativeKeywords.

interface ReplaceNegativeKeywordsRequest {
newNegativeKeywords?: NegativeKeyword[];
}

§Properties

§
newNegativeKeywords?: NegativeKeyword[]
[src]

The negative keywords that will replace the existing keywords in the negative keyword list, specified as a list of NegativeKeywords.