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;
}

§Properties

§
address?: string
[src]

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

§
locationName?: string
[src]

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