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

JobExecutionDetails

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

Information about the execution of a job.

interface JobExecutionDetails {
nextPageToken?: string;
stages?: StageSummary[];
}

§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.

§

The stages of the job execution.