GoogleApi.Workstations.V1.Model.StartWorkstationRequest (google_api_workstations v0.7.0)

View Source

Request message for StartWorkstation.

Attributes

  • boostConfig (type: String.t, default: nil) - Optional. If set, the workstation starts using the boost configuration with the specified ID.
  • etag (type: String.t, default: nil) - Optional. If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag.
  • validateOnly (type: boolean(), default: nil) - Optional. If set, validate the request and preview the review, but do not actually apply it.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Workstations.V1.Model.StartWorkstationRequest{
  boostConfig: String.t() | nil,
  etag: String.t() | nil,
  validateOnly: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.