NomadClient.Model.QuotaUsage (nomad_client v0.11.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.QuotaUsage{
  CreateIndex: integer() | nil,
  ModifyIndex: integer() | nil,
  Name: String.t() | nil,
  Used: %{optional(String.t()) => NomadClient.Model.QuotaLimit.t()} | nil
}