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

ProjectsLocationsWorkflowsGetOptions

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

Additional options for Workflows#projectsLocationsWorkflowsGet.

interface ProjectsLocationsWorkflowsGetOptions {
revisionId?: string;
}

§Properties

§
revisionId?: string
[src]

Optional. The revision of the workflow to retrieve. If the revision_id is empty, the latest revision is retrieved. The format is "000001-a4d", where the first six characters define the zero-padded decimal revision number. They are followed by a hyphen and three hexadecimal characters.