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

Country

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

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

interface Country {
countryCode?: string;
dartId?: bigint;
kind?: string;
name?: string;
sslEnabled?: boolean;
}

§Properties

§
countryCode?: string
[src]

Country code.

§
dartId?: bigint
[src]

DART ID of this country. 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#country".

§
name?: string
[src]

Name of this country.

§
sslEnabled?: boolean
[src]

Whether ad serving supports secure servers in this country.