View Source GoogleApi.GKEOnPrem.V1.Model.ValidationCheckResult (google_api_gke_on_prem v0.6.1)

ValidationCheckResult defines the details about the validation check.

Attributes

  • category (type: String.t, default: nil) - The category of the validation.
  • description (type: String.t, default: nil) - The description of the validation check.
  • details (type: String.t, default: nil) - Detailed failure information, which might be unformatted.
  • reason (type: String.t, default: nil) - A human-readable message of the check failure.
  • state (type: String.t, default: nil) - The validation check state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.ValidationCheckResult{
  category: String.t() | nil,
  description: String.t() | nil,
  details: String.t() | nil,
  reason: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.