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

CitiesListOptions

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

Additional options for dfareporting#citiesList.

interface CitiesListOptions {
countryDartIds?: bigint;
dartIds?: bigint;
namePrefix?: string;
regionDartIds?: bigint;
}

§Properties

§
countryDartIds?: bigint
[src]

Select only cities from these countries.

§
dartIds?: bigint
[src]

Select only cities with these DART IDs.

§
namePrefix?: string
[src]

Select only cities with names starting with this prefix.

§
regionDartIds?: bigint
[src]

Select only cities from these regions.