Values.UpdateNetworkSettingsRequestSourceUpdates network-level settings for a Wickr network. You can modify settings such as client metrics, data retention, and other network-wide options.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network whose settings will be updated.
*)settings : NetworkSettings.t;A map of setting names to their new values. Each setting should be provided with its appropriate type (boolean, string, number, etc.).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NetworkId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list ]