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

ProjectsLocationsProcessesDeleteOptions

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

Additional options for DataLineage#projectsLocationsProcessesDelete.

interface ProjectsLocationsProcessesDeleteOptions {
allowMissing?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

If set to true and the process is not found, the request succeeds but the server doesn't perform any actions.