BusinessChainSearchTerms
import type { BusinessChainSearchTerms } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Search terms for Business Chain targeting options. At least one of the field should be populated.
interface BusinessChainSearchTerms {
businessChainQuery?: string;
regionQuery?: string;
}