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

NegativeKeyword

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

A negatively targeted keyword that belongs to a negative keyword list.

interface NegativeKeyword {
keywordValue?: string;
readonly name?: string;
}

§Properties

§
keywordValue?: string
[src]

Required. Immutable. The negatively targeted keyword, for example car insurance. Must be UTF-8 encoded with a maximum size of 255 bytes. Maximum number of characters is 80. Maximum number of words is 10. Valid characters are restricted to ASCII characters only. The only URL-escaping permitted is for representing whitespace between words. Leading or trailing whitespace is ignored.

§
readonly name?: string
[src]

Output only. The resource name of the negative keyword.