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

Structured and human-readable details for a status.

Attributes

  • code (type: String.t, default: nil) - A machine-readable code that further describes a broad status.
  • details (type: String.t, default: nil) - Human-readable explanation of code.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.