View Source GoogleApi.Redis.V1beta1.Model.StateInfo (google_api_redis v0.42.0)

Represents additional information about the state of the cluster.

Attributes

  • updateInfo (type: GoogleApi.Redis.V1beta1.Model.UpdateInfo.t, default: nil) - Describes ongoing update on the cluster when cluster state is UPDATING.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.StateInfo{
  updateInfo: GoogleApi.Redis.V1beta1.Model.UpdateInfo.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.