NomadClient.Model.JobScaleStatusResponse (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.JobScaleStatusResponse{
  JobCreateIndex: integer() | nil,
  JobID: String.t() | nil,
  JobModifyIndex: integer() | nil,
  JobStopped: boolean() | nil,
  TaskGroups:
    %{optional(String.t()) => NomadClient.Model.TaskGroupScaleStatus.t()} | nil
}