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

Base state for fleet observability feature.

Attributes

  • code (type: String.t, default: nil) - The high-level, machine-readable status of this Feature.
  • errors (type: list(GoogleApi.GKEHub.V1.Model.FleetObservabilityFeatureError.t), default: nil) - Errors after reconciling the monitoring and logging feature if the code is not OK.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.