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

AccessSessionSparkApplicationJobResponse

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

Details of a particular job associated with Spark Application

interface AccessSessionSparkApplicationJobResponse {
readonly jobData?: JobData;
}

§Properties

§
readonly jobData?: JobData
[src]

Output only. Data corresponding to a spark job.