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

AppEngineVersionInfo

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

For display only. Metadata associated with an App Engine version.

interface AppEngineVersionInfo {
displayName?: string;
environment?: string;
runtime?: string;
uri?: string;
}

§Properties

§
displayName?: string
[src]

Name of an App Engine version.

§
environment?: string
[src]

App Engine execution environment for a version.

§
runtime?: string
[src]

Runtime of the App Engine version.

§
uri?: string
[src]

URI of an App Engine version.