Pinata.Models.Job (ex_pinata v1.0.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Pinata.Models.Job{
  date_queued: term(),
  hash: term(),
  host_nodes: term(),
  id: term(),
  keyvalues: term(),
  name: term(),
  pin_policy: term(),
  status: term()
}

Link to this section Functions

Specs

from_map(map()) :: %Pinata.Models.Job{
  date_queued: term(),
  hash: term(),
  host_nodes: term(),
  id: term(),
  keyvalues: term(),
  name: term(),
  pin_policy: term(),
  status: term()
}