Values.ProcessingConfigurationSourceDescribes a data processing configuration.
type nonrec t = {enabled : BooleanObject.t option;Enables or disables data processing.
*)processors : ProcessorList.t option;The data processors.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ProcessorParameterValue.t ])
list ]
list ])
list ]
list ])
list ]