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

LocationMetadata

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

Metadata for the given google.cloud.location.Location.

interface LocationMetadata {
readonly availableZones?: {
[key: string]: ZoneMetadata;
}
;
}

§Properties

§
readonly availableZones?: {
[key: string]: ZoneMetadata;
}
[src]

Output only. The set of available zones in the location. The map is keyed by the lowercase ID of each zone, as defined by GCE. These keys can be specified in the zones field when creating a Memcached instance.