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

View Source

Request message for StopWorkstation.

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

t()

@type t() :: %GoogleApi.Workstations.V1.Model.StopWorkstationRequest{
  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.