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

ProjectsFirewallpoliciesPatchOptions

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

Additional options for reCAPTCHAEnterprise#projectsFirewallpoliciesPatch.

interface ProjectsFirewallpoliciesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Optional. The mask to control which fields of the policy get updated. If the mask is not present, all fields will be updated.