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