AccessSessionSparkApplicationEnvironmentInfoResponse
import type { AccessSessionSparkApplicationEnvironmentInfoResponse } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Environment details of a Saprk Application.
interface AccessSessionSparkApplicationEnvironmentInfoResponse {
applicationEnvironmentInfo?: ApplicationEnvironmentInfo;
}§Properties
§
applicationEnvironmentInfo?: ApplicationEnvironmentInfo
[src]Details about the Environment that the application is running in.