RddOperationCluster
import type { RddOperationCluster } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
A grouping of nodes representing higher level constructs (stage, job etc.).
interface RddOperationCluster {
childClusters?: RddOperationCluster[];
childNodes?: RddOperationNode[];
name?: string;
rddClusterId?: string;
}