Show / Hide Table of Contents

Class StopWorkstationRequest

Request message for StopWorkstation.

Inheritance
object
StopWorkstationRequest
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.v1.Data
Assembly: Google.Apis.CloudWorkstations.v1.dll
Syntax
public class StopWorkstationRequest : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX