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

BulkEditNegativeKeywordsRequest

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

Request message for NegativeKeywordService.BulkEditNegativeKeywords.

interface BulkEditNegativeKeywordsRequest {
createdNegativeKeywords?: NegativeKeyword[];
deletedNegativeKeywords?: string[];
}

§Properties

§
createdNegativeKeywords?: NegativeKeyword[]
[src]

The negative keywords to create in batch, specified as a list of NegativeKeywords.

§
deletedNegativeKeywords?: string[]
[src]

The negative keywords to delete in batch, specified as a list of keyword_values.