View Source GoogleApi.GKEHub.V1.Model.ServiceMeshCondition (google_api_gke_hub v0.16.0)

Condition being reported.

Attributes

  • code (type: String.t, default: nil) - Unique identifier of the condition which describes the condition recognizable to the user.
  • details (type: String.t, default: nil) - A short summary about the issue.
  • documentationLink (type: String.t, default: nil) - Links contains actionable information.
  • severity (type: String.t, default: nil) - Severity level of the condition.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ServiceMeshCondition{
  code: String.t() | nil,
  details: String.t() | nil,
  documentationLink: String.t() | nil,
  severity: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.