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

GoogleMapsPlacesV1PlaceContainingPlace

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

Info about the place in which this place is located.

interface GoogleMapsPlacesV1PlaceContainingPlace {
id?: string;
name?: string;
}

§Properties

§
id?: string
[src]

The place id of the place in which this place is located.

§
name?: string
[src]

The resource name of the place in which this place is located.