Values.UpdateServerConfigRequestSourceUpdates the configuration of the specified server.
type nonrec t = {serverId : ServerId.t;The ID of the server.
*)strategyOption : StrategyOption.t option;The preferred strategy options for the application component. See the response from GetServerStrategies.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ServerId.t
| `Structure of
(string * [> `Boolean of Boolean.t | `Enum of string ]) list ])
list ]