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

ClusterOperation

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

The cluster operation triggered by a workflow.

interface ClusterOperation {
readonly done?: boolean;
readonly error?: string;
readonly operationId?: string;
}

§Properties

§
readonly done?: boolean
[src]

Output only. Indicates the operation is done.

§
readonly error?: string
[src]

Output only. Error, if operation failed.

§
readonly operationId?: string
[src]

Output only. The id of the cluster operation.