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

ProjectsLocationsProcessesRunsCreateOptions

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

Additional options for DataLineage#projectsLocationsProcessesRunsCreate.

interface ProjectsLocationsProcessesRunsCreateOptions {
requestId?: string;
}

§Properties

§
requestId?: string
[src]

A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.