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

CountriesListResponse

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

Country List Response

interface CountriesListResponse {
countries?: Country[];
kind?: string;
}

§Properties

§
countries?: Country[]
[src]

Country collection.

§
kind?: string
[src]

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