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