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