BulkEditNegativeKeywordsResponse
import type { BulkEditNegativeKeywordsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Response message for NegativeKeywordService.BulkEditNegativeKeywords.
interface BulkEditNegativeKeywordsResponse {
negativeKeywords?: NegativeKeyword[];
}§Properties
§
negativeKeywords?: NegativeKeyword[]
[src]The list of negative keywords that have been successfully created. This list will be absent if empty.