Values.PreviewConfigSourcePreview config
type nonrec t = {bandwidthAllocation : BandwidthAllocation.t;timeoutConfig : TimeoutConfig.t;agentActions : AgentActions.t option;}val make :
?agentActions:??? ->
bandwidthAllocation:BandwidthAllocation.t ->
timeoutConfig:TimeoutConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Double of BandwidthAllocation.t
| `List of [> `Enum of string ] list
| `Structure of (string * [> `Integer of TimeoutDuration.t ]) list ])
list ]