Values.StartCodegenJobDataSourceThe code generation job resource configuration.
type nonrec t = {renderConfig : CodegenJobRenderConfig.t;The code generation configuration for the codegen job.
*)genericDataSchema : CodegenJobGenericDataSchema.t option;The data schema to use for a code generation job.
*)autoGenerateForms : Boolean.t option;Specifies whether to autogenerate forms in the code generation job.
*)features : CodegenFeatureFlags.t option;The feature flags for a code generation job.
*)}val make :
?genericDataSchema:??? ->
?autoGenerateForms:??? ->
?features:??? ->
?tags:??? ->
renderConfig:CodegenJobRenderConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Map of
([> `String of String_.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 ])
list
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `Structure of
(string
* [> `Structure of
(string * [> `String of String_.t ]) list ])
list ])
list ])
list ])
list ]