Module JobsResource.Projection

type t =
| Default
| Full

Includes all job data

| Minimal

Does not include the job configuration

val to_string : t -> string
val of_string : string -> t