NomadClient.Model.TaskDiff (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.TaskDiff{
  Annotations: [String.t()] | nil,
  Fields: [NomadClient.Model.FieldDiff.t()] | nil,
  Name: String.t() | nil,
  Objects: [NomadClient.Model.ObjectDiff.t()] | nil,
  Type: String.t() | nil
}