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

ProjectsLocationsWorkstationClustersWorkstationConfigsWorkstationsDeleteOptions

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

Additional options for Workstations#projectsLocationsWorkstationClustersWorkstationConfigsWorkstationsDelete.

interface ProjectsLocationsWorkstationClustersWorkstationConfigsWorkstationsDeleteOptions {
etag?: string;
validateOnly?: boolean;
}

§Properties

§
etag?: string
[src]

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

§
validateOnly?: boolean
[src]

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