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

GenerateInstantVerificationTokenRequest

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

Request message for Verifications.GenerateInstantVerificationToken.

interface GenerateInstantVerificationTokenRequest {
locationData?: LocationData;
locationId?: string;
}

§Properties

§
locationData?: LocationData
[src]

Immutable. The address and other details of the location to generate an instant verification token for.

§
locationId?: string
[src]

The location identifier associated with an unverified listing. This is the location id generated at the time that the listing was originally created. It is the final portion of a location resource name as generated by the Google My Business API. Note: the caller must be an owner or manager of this listing in order to generate a verification token. See the location resource documentation for more information.