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

ProjectsLocationsWorkflowsExecutionsGetOptions

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

Additional options for WorkflowExecutions#projectsLocationsWorkflowsExecutionsGet.

interface ProjectsLocationsWorkflowsExecutionsGetOptions {
view?: "EXECUTION_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
view?: "EXECUTION_VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

Optional. A view defining which fields should be filled in the returned execution. The API will default to the FULL view.