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

OrganizationsSourcesPatchOptions

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

Additional options for SecurityCenter#organizationsSourcesPatch.

interface OrganizationsSourcesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

The FieldMask to use when updating the source resource. If empty all mutable fields will be updated.