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

TargetLocation

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

Represents a target location for a pending invitation.

interface TargetLocation {
address?: string;
locationName?: string;
readonly placeId?: string;
}

§Properties

§
address?: string
[src]

The address of the location to which the user is invited. Not always populated.

§
locationName?: string
[src]

The name of the location to which the user is invited.

§
readonly placeId?: string
[src]

Output only. The Place ID of the location to which the user is invited. Not always populated.