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

RegionInstanceGroupManagersSetTemplateRequest

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

§Properties

§
instanceTemplate?: string
[src]

URL of the InstanceTemplate resource from which all new instances will be created.