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

ManagedInstanceVersion

import type { ManagedInstanceVersion } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ManagedInstanceVersion {
readonly instanceTemplate?: string;
readonly name?: string;
}

§Properties

§
readonly instanceTemplate?: string
[src]

Output only. [Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.

§
readonly name?: string
[src]

Output only. [Output Only] Name of the version.