NomadClient.Model.Attribute (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.Attribute{
  Bool: boolean() | nil,
  Float: float() | nil,
  Int: integer() | nil,
  String: String.t() | nil,
  Unit: String.t() | nil
}