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

BusinessChainSearchTerms

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

Search terms for Business Chain targeting options. At least one of the field should be populated.

interface BusinessChainSearchTerms {
businessChainQuery?: string;
regionQuery?: string;
}

§Properties

§
businessChainQuery?: string
[src]

The search query for the desired business chain. The query must be the full name of the business, e.g. "KFC", "mercedes-benz".

§
regionQuery?: string
[src]

The search query for the desired geo region, e.g. "Seattle", "United State".