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

ProjectsLocationsWorkflowTemplatesInstantiateInlineOptions

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

Additional options for Dataproc#projectsLocationsWorkflowTemplatesInstantiateInline.

interface ProjectsLocationsWorkflowTemplatesInstantiateInlineOptions {
requestId?: string;
}

§Properties

§
requestId?: string
[src]

Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.