GoogleApi.Container.V1.Model.RangeInfo (google_api_container v0.57.0)

View Source

RangeInfo contains the range name and the range utilization by this cluster.

Attributes

  • rangeName (type: String.t, default: nil) - Output only. Name of a range.
  • utilization (type: float(), default: nil) - Output only. The utilization of the range.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.RangeInfo{
  rangeName: String.t() | nil,
  utilization: float() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.