View Source GoogleApi.Workstations.V1.Model.StartWorkstationRequest (google_api_workstations v0.2.0)

Request message for StartWorkstation.

Attributes

  • 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.