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

LocationsPlaceActionLinksPatchOptions

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

Additional options for MyBusinessPlaceActions#locationsPlaceActionLinksPatch.

interface LocationsPlaceActionLinksPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. The specific fields to update. The only editable fields are uri, place_action_type and is_preferred. If the updated link already exists at the same location with the same place_action_type and uri, fails with an ALREADY_EXISTS error.