NomadClient.Model.GaugeValue (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.GaugeValue{
  Labels: %{optional(String.t()) => String.t()} | nil,
  Name: String.t() | nil,
  Value: float() | nil
}