Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
label : string;
questionnaire : Ask.Model.Questionnaire.t;
created_at : Ptime.t;
updated_at : Ptime.t;
}
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val make :
label:string ->
questionnaire:Ask.Model.Questionnaire.t ->
created_at:Ptime.t ->
updated_at:Ptime.t ->
t
val updated_at : t -> Ptime.t
val created_at : t -> Ptime.t
val questionnaire : t -> Ask.Model.Questionnaire.t
val label : t -> string
module Fields : sig ... end
val to_mapping_row : id:string -> t -> QuestionnaireMappingRow.t