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

InstanceTemplatesGetOptions

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

Additional options for Compute#instanceTemplatesGet.

interface InstanceTemplatesGetOptions {
view?: "BASIC" | "FULL" | "INSTANCE_VIEW_UNSPECIFIED";
}

§Properties

§
view?: "BASIC" | "FULL" | "INSTANCE_VIEW_UNSPECIFIED"
[src]

View of the instance template.