NomadClient.Model.FieldDiff (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.FieldDiff{
  Annotations: [String.t()] | nil,
  Name: String.t() | nil,
  New: String.t() | nil,
  Old: String.t() | nil,
  Type: String.t() | nil
}