Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val updated_at : t -> Ptime.t
val created_at : t -> Ptime.t
val questionnaire : t -> string
val label : t -> string
val service_mapper : t -> string
module Fields : sig ... end
val t : t Caqti_type.t
val create :
service_mapper:string ->
?label:string ->
questionnaire:string ->
?created_at:Ptime.t ->
?updated_at:Ptime.t ->
unit ->
t