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

PostalCode

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

Contains information about a postal code that can be targeted by ads.

interface PostalCode {
code?: string;
countryCode?: string;
countryDartId?: bigint;
id?: string;
kind?: string;
}

§Properties

§
code?: string
[src]

Postal code. This is equivalent to the id field.

§
countryCode?: string
[src]

Country code of the country to which this postal code belongs.

§
countryDartId?: bigint
[src]

DART ID of the country to which this postal code belongs.

§
id?: string
[src]

ID of this postal code.

§
kind?: string
[src]

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