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

StartEnvironmentResponse

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

Message included in the response field of operations returned from StartEnvironment once the operation is complete.

interface StartEnvironmentResponse {
environment?: Environment;
}

§Properties

§
environment?: Environment
[src]

Environment that was started.