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

JobExecutionStageInfo

import type { JobExecutionStageInfo } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Contains information about how a particular google.dataflow.v1beta3.Step will be executed.

interface JobExecutionStageInfo {
stepName?: string[];
}

§Properties

§
stepName?: string[]
[src]

The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.