NomadClient.Model.ChangeScript (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.ChangeScript{
  Args: [String.t()] | nil,
  Command: String.t() | nil,
  FailOnError: boolean() | nil,
  Timeout: integer() | nil
}