Values.CodegenGenericDataModelSourceDescribes a model in a generic data schema.
type nonrec t = {fields : CodegenGenericDataFields.t;The fields in the generic data model.
*)isJoinTable : Boolean.t option;Specifies whether the generic data model is a join table.
*)primaryKeys : CodegenPrimaryKeysList.t;The primary keys of the generic data model.
*)}val make :
?isJoinTable:??? ->
fields:CodegenGenericDataFields.t ->
primaryKeys:CodegenPrimaryKeysList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list
| `Map of
([> `String of String_.t ]
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ])
list ])
list ]