package ask-integrator

  1. Overview
  2. Docs

Module Model.HandlerSource

Sourcetype t = {
  1. id : string;
  2. member_id : string;
  3. label : string;
  4. questionnaires : (string * Ask.Model.Questionnaire.t) list;
  5. created_at : Ptime.t;
  6. updated_at : Ptime.t;
}
Sourceval updated_at : t -> Ptime.t
Sourceval created_at : t -> Ptime.t
Sourceval questionnaires : t -> (string * Ask.Model.Questionnaire.t) list
Sourceval label : t -> string
Sourceval member_id : t -> string
Sourceval id : t -> string
Sourcemodule Fields : sig ... end
Sourceval equal : t -> t -> bool
Sourceval create : ?id:string -> member_id:string -> ?label:string -> questionnaires:(string * Ask.Model.Questionnaire.t) list -> ?created_at:Ptime.t -> ?updated_at:Ptime.t -> unit -> t
Sourceval create_from_models : service_mapper:ServiceMappingRow.t -> questionnaire_mapper:QuestionnaireMapping.t list -> unit -> t
OCaml

Innovation. Community. Security.