DeletePartition
import type { DeletePartition } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in OperationStep, indicates that a partition should be deleted.
interface DeletePartition {
readonly partitions?: string[];
}import type { DeletePartition } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in OperationStep, indicates that a partition should be deleted.