ListNegativeKeywordListsResponse
import type { ListNegativeKeywordListsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Response message for NegativeKeywordListService.ListNegativeKeywordLists.
interface ListNegativeKeywordListsResponse {
negativeKeywordLists?: NegativeKeywordList[];
nextPageToken?: string;
}§Properties
§
negativeKeywordLists?: NegativeKeywordList[]
[src]The list of negative keyword lists. This list will be absent if empty.