Class StartWorkstationRequest
Request message for StartWorkstation.
Implements
Inherited Members
Namespace: Google.Apis.CloudWorkstations.v1.Data
Assembly: Google.Apis.CloudWorkstations.v1.dll
Syntax
public class StartWorkstationRequest : IDirectResponseSchema
Properties
ETag
Optional. If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidateOnly
Optional. If set, validate the request and preview the review, but do not actually apply it.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |