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