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

City

import type { City } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Contains information about a city that can be targeted by ads.

interface City {
countryCode?: string;
countryDartId?: bigint;
dartId?: bigint;
kind?: string;
metroCode?: string;
metroDmaId?: bigint;
name?: string;
regionCode?: string;
regionDartId?: bigint;
}

§Properties

§
countryCode?: string
[src]

Country code of the country to which this city belongs.

§
countryDartId?: bigint
[src]

DART ID of the country to which this city belongs.

§
dartId?: bigint
[src]

DART ID of this city. This is the ID used for targeting and generating reports.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#city".

§
metroCode?: string
[src]

Metro region code of the metro region (DMA) to which this city belongs.

§
metroDmaId?: bigint
[src]

ID of the metro region (DMA) to which this city belongs.

§
name?: string
[src]

Name of this city.

§
regionCode?: string
[src]

Region code of the region to which this city belongs.

§
regionDartId?: bigint
[src]

DART ID of the region to which this city belongs.