Values.SlaContentSourceRepresents the content of an SLA to be returned to agents.
type nonrec t = {slaConfiguration : SlaConfiguration.t option;Represents an SLA configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of FieldValueUnionStringValueString.t
| `Structure of 'a list ])
list ]
list
| `String of SlaName.t
| `Timestamp of SlaTargetTime.t ])
list ])
list ]