Values.UpdateMonitorSettingsRequestSourceUpdates the settings for a Deadline Cloud monitor. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.
type nonrec t = {monitorId : MonitorId.t;The unique identifier of the monitor to update settings for.
*)settings : SettingsMap.t;The monitor settings to update as key-value pairs. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of SettingKey.t ] * [> `String of SettingValue.t ])
list
| `String of MonitorId.t ])
list ]