Show / Hide Table of Contents

Class StartWorkstationRequest

Request message for StartWorkstation.

Inheritance
object
StartWorkstationRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudWorkstations.v1beta.Data
Assembly: Google.Apis.CloudWorkstations.v1beta.dll
Syntax
public class StartWorkstationRequest : IDirectResponseSchema

Properties

BoostConfig

Optional. If set, the workstation starts using the boost configuration with the specified ID.

Declaration
[JsonProperty("boostConfig")]
public virtual string BoostConfig { get; set; }
Property Value
Type Description
string

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX