AccessSparkApplicationStageAttemptResponse
import type { AccessSparkApplicationStageAttemptResponse } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Stage Attempt for a Stage of a Spark Application
interface AccessSparkApplicationStageAttemptResponse {
readonly stageData?: StageData;
}