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

Status specifies state for the subcomponent.

Attributes

  • code (type: String.t, default: nil) - Code specifies AppDevExperienceFeature's subcomponent ready state.
  • description (type: String.t, default: nil) - Description is populated if Code is Failed, explaining why it has failed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.