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

Region

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

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

interface Region {
countryCode?: string;
countryDartId?: bigint;
dartId?: bigint;
kind?: string;
name?: string;
regionCode?: string;
}

§Properties

§
countryCode?: string
[src]

Country code of the country to which this region belongs.

§
countryDartId?: bigint
[src]

DART ID of the country to which this region belongs.

§
dartId?: bigint
[src]

DART ID of this region.

§
kind?: string
[src]

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

§
name?: string
[src]

Name of this region.

§
regionCode?: string
[src]

Region code.