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

ProjectsLocationsProcessesRunsPatchOptions

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

Additional options for DataLineage#projectsLocationsProcessesRunsPatch.

interface ProjectsLocationsProcessesRunsPatchOptions {
allowMissing?: boolean;
updateMask?: string;
}

§Properties

§
allowMissing?: boolean
[src]

If set to true and the run is not found, the request creates it.

§
updateMask?: string
[src]

The list of fields to update. Currently not used. The whole message is updated.