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

FeatureState describes the high-level state of a Feature. It may be used to describe a Feature's state at the environ-level, or per-membershop, depending on the context.

Attributes

  • code (type: String.t, default: nil) - The high-level, machine-readable status of this Feature.
  • description (type: String.t, default: nil) - A human-readable description of the current status.
  • updateTime (type: DateTime.t, default: nil) - The time this status and any related Feature-specific details were updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.