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

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;
}

§Properties

§
childClusters?: RddOperationCluster[]
[src]
§
name?: string
[src]
§
rddClusterId?: string
[src]