NomadClient.Model.TaskGroupDiff (nomad_client v0.11.0)
Link to this section Summary
Link to this section Types
Specs
t() :: %NomadClient.Model.TaskGroupDiff{
Fields: [NomadClient.Model.FieldDiff.t()] | nil,
Name: String.t() | nil,
Objects: [NomadClient.Model.ObjectDiff.t()] | nil,
Tasks: [NomadClient.Model.TaskDiff.t()] | nil,
Type: String.t() | nil,
Updates: %{optional(String.t()) => NomadClient.Model.Integer.t()} | nil
}