package ask-integrator

  1. Overview
  2. Docs

Module Model.ServiceMappingRowSource

Sourcetype t = {
  1. id : string;
  2. member_id : string;
  3. member_label : string;
  4. created_at : Ptime.t;
}
Sourceval make : id:string -> member_id:string -> member_label:string -> created_at:Ptime.t -> t
Sourceval created_at : t -> Ptime.t
Sourceval member_label : t -> string
Sourceval member_id : t -> string
Sourceval id : t -> string
Sourcemodule Fields : sig ... end
Sourceval t : t Caqti_type.t
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.