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

StartWorkstationRequest

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

Request message for StartWorkstation.

interface StartWorkstationRequest {
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.