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

BulkEditNegativeKeywordsResponse

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