SearchSparkApplicationStagesResponse
import type { SearchSparkApplicationStagesResponse } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
A list of stages associated with a Spark Application.
interface SearchSparkApplicationStagesResponse {
nextPageToken?: string;
readonly sparkApplicationStages?: StageData[];
}