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

ProjectsLocationsWorkstationClustersDeleteOptions

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

Additional options for Workstations#projectsLocationsWorkstationClustersDelete.

interface ProjectsLocationsWorkstationClustersDeleteOptions {
etag?: string;
force?: boolean;
validateOnly?: boolean;
}

§Properties

§
etag?: string
[src]

Optional. If set, the request will be rejected if the latest version of the workstation cluster on the server does not have this ETag.

§
force?: boolean
[src]

Optional. If set, any workstation configurations and workstations in the workstation cluster are also deleted. Otherwise, the request only works if the workstation cluster has no configurations or workstations.

§
validateOnly?: boolean
[src]

Optional. If set, validate the request and preview the review, but do not apply it.