FoldersNotificationConfigsPatchOptions
import type { FoldersNotificationConfigsPatchOptions } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Additional options for SecurityCenter#foldersNotificationConfigsPatch.
interface FoldersNotificationConfigsPatchOptions {
updateMask?: string;
}