NomadClient.Model.JobDiff (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.JobDiff{
  Fields: [NomadClient.Model.FieldDiff.t()] | nil,
  ID: String.t() | nil,
  Objects: [NomadClient.Model.ObjectDiff.t()] | nil,
  TaskGroups: [NomadClient.Model.TaskGroupDiff.t()] | nil,
  Type: String.t() | nil
}