package ask-integrator

  1. Overview
  2. Docs

Module Model.QuestionnaireMappingRowSource

Sourcetype t = {
  1. service_mapper : string;
  2. label : string;
  3. questionnaire : string;
  4. created_at : Ptime.t;
  5. updated_at : Ptime.t;
}
Sourceval updated_at : t -> Ptime.t
Sourceval created_at : t -> Ptime.t
Sourceval questionnaire : t -> string
Sourceval label : t -> string
Sourceval service_mapper : t -> string
Sourcemodule Fields : sig ... end
Sourceval t : t Caqti_type.t
Sourceval create : service_mapper:string -> ?label:string -> questionnaire:string -> ?created_at:Ptime.t -> ?updated_at:Ptime.t -> unit -> t
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.