View Source GoogleApi.GKEHub.V1.Model.CommonFeatureState (google_api_gke_hub v0.3.1)

CommonFeatureState contains Hub-wide Feature status information.

Attributes

  • appdevexperience (type: GoogleApi.GKEHub.V1.Model.AppDevExperienceFeatureState.t, default: nil) - Appdevexperience specific state.
  • state (type: GoogleApi.GKEHub.V1.Model.FeatureState.t, default: nil) - Output only. The "running state" of the Feature in this Hub.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.GKEHub.V1.Model.CommonFeatureState{
  appdevexperience:
    GoogleApi.GKEHub.V1.Model.AppDevExperienceFeatureState.t() | nil,
  state: GoogleApi.GKEHub.V1.Model.FeatureState.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.