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

Location

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

A resource that represents a Google Cloud location.

interface Location {
displayName?: string;
labels?: {
[key: string]: string;
}
;
locationId?: string;
metadata?: {
[key: string]: any;
}
;
name?: string;
}

§Properties

§
displayName?: string
[src]

The friendly name for this location, typically a nearby city name. For example, "Tokyo".

§
labels?: {
[key: string]: string;
}
[src]

Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}

§
locationId?: string
[src]

Resource ID for the region. For example: "us-east1".

§
metadata?: {
[key: string]: any;
}
[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 Compute Engine. These keys can be specified in location_id or alternative_location_id fields when creating a Redis instance.

§
name?: string
[src]

Full resource name for the region. For example: "projects/example-project/locations/us-east1".