SearchSparkApplicationStageAttemptTasksResponse
import type { SearchSparkApplicationStageAttemptTasksResponse } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
List of tasks for a stage of a Spark Application
interface SearchSparkApplicationStageAttemptTasksResponse {
nextPageToken?: string;
readonly sparkApplicationStageAttemptTasks?: TaskData[];
}