WriteSessionSparkApplicationContextRequest
import type { WriteSessionSparkApplicationContextRequest } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Write Spark Application data to internal storage systems
interface WriteSessionSparkApplicationContextRequest {
parent?: string;
sparkWrapperObjects?: SparkWrapperObject[];
}