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

ProjectsLocationsFunctionsPatchOptions

import type { ProjectsLocationsFunctionsPatchOptions } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";

Additional options for CloudFunctions#projectsLocationsFunctionsPatch.

interface ProjectsLocationsFunctionsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

The list of fields to be updated. If no field mask is provided, all provided fields in the request will be updated.