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

InstanceGroupManagersAbandonInstancesRequest

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

§Properties

§
instances?: string[]
[src]

The URLs of one or more instances to abandon. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].