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

GoogleLocation

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

Represents a Location that is present on Google. This can be a location that has been claimed by the user, someone else, or could be unclaimed.

interface GoogleLocation {
location?: Location;
name?: string;
requestAdminRightsUri?: string;
}

§Properties

§
location?: Location
[src]

The sparsely populated Location information. This field can be re-used in CreateLocation if it is not currently claimed by a user.

§
name?: string
[src]

Resource name of this GoogleLocation, in the format googleLocations/{googleLocationId}.

§
requestAdminRightsUri?: string
[src]

A URL that will redirect the user to the request admin rights UI. This field is only present if the location has already been claimed by any user, including the current user.