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

ListClustersResponse

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

The list of all clusters in a project.

interface ListClustersResponse {
readonly clusters?: Cluster[];
readonly nextPageToken?: string;
}

§Properties

§
readonly clusters?: Cluster[]
[src]

Output only. The clusters in the project.

§
readonly nextPageToken?: string
[src]

Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListClustersRequest.