Usually you will not do this manually. Every object is a list that contains the passed arguments of the constructor.
makeJob(id = NA_integer_, fun, fun.id = digest(fun), pars, name, seed)[integer(1)]
Job id, determined by DB autoincrement.
Default is NA.
[function]
Job function to apply on parameters.
[character(1)]
Id used to store function on disk.
Default is digest(fun).
[list]
Parameter list for job function.
[character(1)]
Alias name for this job.
[integer(1)]
Random seed for job.