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

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.