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

GeoTaxonomy

import type { GeoTaxonomy } from "https://googleapis.deno.dev/v1/cloudbilling:v1.ts";

Encapsulates the geographic taxonomy data for a sku.

interface GeoTaxonomy {
regions?: string[];
type?:
| "TYPE_UNSPECIFIED"
| "GLOBAL"
| "REGIONAL"
| "MULTI_REGIONAL";
}

§Properties

§
regions?: string[]
[src]

The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.

§
type?: "TYPE_UNSPECIFIED" | "GLOBAL" | "REGIONAL" | "MULTI_REGIONAL"
[src]

The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.