SearchSparkApplicationStageAttemptsResponse
import type { SearchSparkApplicationStageAttemptsResponse } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
A list of Stage Attempts for a Stage of a Spark Application.
interface SearchSparkApplicationStageAttemptsResponse {
nextPageToken?: string;
readonly sparkApplicationStageAttempts?: StageData[];
}