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

InstanceGroupManagersDeletePerInstanceConfigsReq

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

InstanceGroupManagers.deletePerInstanceConfigs

interface InstanceGroupManagersDeletePerInstanceConfigsReq {
names?: string[];
}

§Properties

§
names?: string[]
[src]

The list of instance names for which we want to delete per-instance configs on this managed instance group.