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

View Source

A readiness check to be performed on a workstation.

Attributes

  • path (type: String.t, default: nil) - Optional. Path to which the request should be sent.
  • port (type: integer(), default: nil) - Optional. Port to which the request should be sent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Workstations.V1.Model.ReadinessCheck{
  path: String.t() | nil,
  port: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.