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

SearchGoogleLocationsResponse

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

Response message for GoogleLocations.SearchGoogleLocations.

interface SearchGoogleLocationsResponse {
googleLocations?: GoogleLocation[];
}

§Properties

§
googleLocations?: GoogleLocation[]
[src]

A collection of GoogleLocations that are potential matches to the specified request, listed in order from most to least accuracy.