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

ProjectsLocationsWorkstationClustersCreateOptions

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

Additional options for Workstations#projectsLocationsWorkstationClustersCreate.

interface ProjectsLocationsWorkstationClustersCreateOptions {
validateOnly?: boolean;
workstationClusterId?: string;
}

§Properties

§
validateOnly?: boolean
[src]

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

§
workstationClusterId?: string
[src]

Required. ID to use for the workstation cluster.