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

StageExecutionDetails

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

Information about the workers and work items within a stage.

interface StageExecutionDetails {
nextPageToken?: string;
workers?: WorkerDetails[];
}

§Properties

§
nextPageToken?: string
[src]

If present, this response does not contain all requested tasks. To obtain the next page of results, repeat the request with page_token set to this value.

§
workers?: WorkerDetails[]
[src]

Workers that have done work on the stage.