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

ProjectsKeysPatchOptions

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

Additional options for reCAPTCHAEnterprise#projectsKeysPatch.

interface ProjectsKeysPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

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