Values_0.CaseSlaConfigurationSourceThe SLA configuration for Case SlaAssignmentType.
type nonrec t = {name : SlaName.t;Name of an SLA.
*)type_ : SlaType.t;Type of SLA for Case SlaAssignmentType.
*)fieldId : FieldValueId.t option;Unique identifier of a Case field.
*)targetFieldValues : SlaFieldValueUnionList.t option;Represents a list of target field values for the fieldId specified in CaseSlaConfiguration. The SLA is considered met if any one of these target field values matches the actual field value.
*)targetSlaMinutes : TargetSlaMinutes.t;Target duration in minutes within which an SLA should be completed.
*)}val make :
?fieldId:??? ->
?targetFieldValues:??? ->
name:SlaName.t ->
type_:SlaType.t ->
targetSlaMinutes:TargetSlaMinutes.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of FieldStringValue.t
| `Structure of 'a list ])
list ]
list
| `Long of TargetSlaMinutes.t
| `String of SlaName.t ])
list ]