Location
import type { Location } from "https://googleapis.deno.dev/v1/parallelstore: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?: {}
[src][key: string]: string;
Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}