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

State for Hierarchy Controller

Attributes

  • state (type: GoogleApi.GKEHub.V1.Model.ConfigManagementHierarchyControllerDeploymentState.t, default: nil) - The deployment state for Hierarchy Controller
  • version (type: GoogleApi.GKEHub.V1.Model.ConfigManagementHierarchyControllerVersion.t, default: nil) - The version for Hierarchy Controller

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.ConfigManagementHierarchyControllerState{
  state:
    GoogleApi.GKEHub.V1.Model.ConfigManagementHierarchyControllerDeploymentState.t()
    | nil,
  version:
    GoogleApi.GKEHub.V1.Model.ConfigManagementHierarchyControllerVersion.t()
    | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.