Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SearchSessionSparkApplicationStageAttemptTasksResponse

import type { SearchSessionSparkApplicationStageAttemptTasksResponse } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

List of tasks for a stage of a Spark Application

interface SearchSessionSparkApplicationStageAttemptTasksResponse {
nextPageToken?: string;
readonly sparkApplicationStageAttemptTasks?: TaskData[];
}

§Properties

§
nextPageToken?: string
[src]

This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSessionSparkApplicationStageAttemptTasksRequest.

§
readonly sparkApplicationStageAttemptTasks?: TaskData[]
[src]

Output only. Data corresponding to tasks created by spark.