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

ProjectsLocationsWorkstationClustersWorkstationConfigsDeleteOptions

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

Additional options for Workstations#projectsLocationsWorkstationClustersWorkstationConfigsDelete.

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

§Properties

§
etag?: string
[src]

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

§
force?: boolean
[src]

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

§
validateOnly?: boolean
[src]

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