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

ProjectsUptimeCheckConfigsPatchOptions

import type { ProjectsUptimeCheckConfigsPatchOptions } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Additional options for Monitoring#projectsUptimeCheckConfigsPatch.

interface ProjectsUptimeCheckConfigsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Optional. If present, only the listed fields in the current Uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration.