ListNegativeKeywordsResponse
import type { ListNegativeKeywordsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Response message for NegativeKeywordService.ListNegativeKeywords.
interface ListNegativeKeywordsResponse {
negativeKeywords?: NegativeKeyword[];
nextPageToken?: string;
}§Properties
§
negativeKeywords?: NegativeKeyword[]
[src]The list of negative keywords. This list will be absent if empty.