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