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

All error details of the fleet observability feature.

Attributes

  • code (type: String.t, default: nil) - The code of the error.
  • description (type: String.t, default: nil) - A human-readable description of the current status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.