Values.SlaConfigurationSourceRepresents an SLA configuration.
type nonrec t = {name : SlaName.t option;Name of an SLA.
*)type_ : SlaType.t option;Type of SLA.
*)status : SlaStatus.t option;Status of an SLA.
*)fieldId : FieldId.t option;Unique identifier of a field.
*)targetFieldValues : SlaFieldValueUnionList.t option;Represents a list of target field values for the fieldId specified in SlaConfiguration.
*)targetTime : SlaTargetTime.t option;Target time by which an SLA should be completed.
*)completionTime : SlaCompletionTime.t option;Time at which an SLA was completed.
*)}val to_value :
t ->
[> `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 ]