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

Metro

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

Contains information about a metro region that can be targeted by ads.

interface Metro {
countryCode?: string;
countryDartId?: bigint;
dartId?: bigint;
dmaId?: bigint;
kind?: string;
metroCode?: string;
name?: string;
}

§Properties

§
countryCode?: string
[src]

Country code of the country to which this metro region belongs.

§
countryDartId?: bigint
[src]

DART ID of the country to which this metro region belongs.

§
dartId?: bigint
[src]

DART ID of this metro region.

§
dmaId?: bigint
[src]

DMA ID of this metro region. This is the ID used for targeting and generating reports, and is equivalent to metro_code.

§
kind?: string
[src]

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

§
metroCode?: string
[src]

Metro code of this metro region. This is equivalent to dma_id.

§
name?: string
[src]

Name of this metro region.