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

ProjectsLocationsProcessesRunsLineageEventsDeleteOptions

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

Additional options for DataLineage#projectsLocationsProcessesRunsLineageEventsDelete.

interface ProjectsLocationsProcessesRunsLineageEventsDeleteOptions {
allowMissing?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

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