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

ProjectsLocationsQueuedResourcesDeleteOptions

import type { ProjectsLocationsQueuedResourcesDeleteOptions } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

Additional options for TPU#projectsLocationsQueuedResourcesDelete.

interface ProjectsLocationsQueuedResourcesDeleteOptions {
force?: boolean;
requestId?: string;
}

§Properties

§
force?: boolean
[src]

Optional. If set to true, all running nodes belonging to this queued resource will be deleted first and then the queued resource will be deleted. Otherwise (i.e. force=false), the queued resource will only be deleted if its nodes have already been deleted or the queued resource is in the ACCEPTED, FAILED, or SUSPENDED state.

§
requestId?: string
[src]

Optional. Idempotent request UUID.