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

InstanceGroupsAddInstancesRequest

import type { InstanceGroupsAddInstancesRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceGroupsAddInstancesRequest {
instances?: InstanceReference[];
}

§Properties

§

The list of instances to add to the instance group.