Values.PutConfigurationSetVdmOptionsRequestSourceA request to add specific VDM settings to a configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set.
*)vdmOptions : VdmOptions.t option;The VDM options to apply to the configuration set.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ConfigurationSetName.t
| `Structure of
(string * [> `Structure of (string * [> `Enum of string ]) list ])
list ])
list ]