BulkEditNegativeKeywordsRequest
import type { BulkEditNegativeKeywordsRequest } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Request message for NegativeKeywordService.BulkEditNegativeKeywords.
interface BulkEditNegativeKeywordsRequest {
createdNegativeKeywords?: NegativeKeyword[];
deletedNegativeKeywords?: string[];
}