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

SearchSparkApplicationJobsResponse

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

A list of Jobs associated with a Spark Application.

interface SearchSparkApplicationJobsResponse {
nextPageToken?: string;
readonly sparkApplicationJobs?: JobData[];
}

§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 SearchSparkApplicationJobsRequest.

§
readonly sparkApplicationJobs?: JobData[]
[src]

Output only. Data corresponding to a spark job.