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

ProjectsLocationsClustersDeleteOptions

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

Additional options for hypercomputeCluster#projectsLocationsClustersDelete.

interface ProjectsLocationsClustersDeleteOptions {
requestId?: string;
}

§Properties

§
requestId?: string
[src]

Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if request_id is provided.