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

GoogleCloudLocationLocation

import type { GoogleCloudLocationLocation } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudLocationLocation {
displayName?: string;
labels?: {
[key: string]: string;
}
;
locationId?: string;
metadata?: {
[key: string]: any;
}
;
name?: string;
}

§Properties

§
displayName?: string
[src]
§
labels?: {
[key: string]: string;
}
[src]
§
locationId?: string
[src]
§
metadata?: {
[key: string]: any;
}
[src]
§
name?: string
[src]