Module JobsResource.Projection

type t =
  1. | Default
  2. | Full
    (*

    Includes all job data

    *)
  3. | Minimal
    (*

    Does not include the job configuration

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