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

PoolData

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

Pool Data

interface PoolData {
name?: string;
stageIds?: bigint[];
}

§Properties

§
name?: string
[src]
§
stageIds?: bigint[]
[src]