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

AccountsPatchOptions

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

Additional options for MyBusinessAccountManagement#accountsPatch.

interface AccountsPatchOptions {
updateMask?: string;
validateOnly?: boolean;
}

§Properties

§
updateMask?: string
[src]

Required. The specific fields that should be updated. The only editable field is accountName.

§
validateOnly?: boolean
[src]

Optional. If true, the request is validated without actually updating the account.