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

OperationProgress

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

Message describing the progress of a cluster mutation long-running operation. operation.

interface OperationProgress {
readonly steps?: OperationStep[];
}

§Properties

§
readonly steps?: OperationStep[]
[src]

Output only. Steps and status of the operation.