Values.EventsConfigSourceConfiguration settings that define how events are processed and tracked.
type nonrec t = {eventParametersList : EventParametersList.t;A list of event parameters configurations that specify how different event types should be handled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `String of EventParametersEventTypeString.t ])
list ]
list ])
list ]