package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module JobsResource.ProjectionSource

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

    Includes all job data

    *)
  3. | Minimal
    (*

    Does not include the job configuration

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