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

AccountsLocationsCreateOptions

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

Additional options for MyBusinessBusinessInformation#accountsLocationsCreate.

interface AccountsLocationsCreateOptions {
requestId?: string;
validateOnly?: boolean;
}

§Properties

§
requestId?: string
[src]

Optional. A unique request ID for the server to detect duplicated requests. We recommend using UUIDs. Max length is 50 characters.

§
validateOnly?: boolean
[src]

Optional. If true, the request is validated without actually creating the location.