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

GeoRegionSearchTerms

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

Search terms for geo region targeting options.

interface GeoRegionSearchTerms {
geoRegionQuery?: string;
}

§Properties

§
geoRegionQuery?: string
[src]

The search query for the desired geo region. The query can be a prefix, e.g. "New Yor", "Seattle", "USA", etc.