Values.SlaInputConfigurationSourceRepresents the input configuration of an SLA being created.
type nonrec t = {name : SlaName.t;Name of an SLA.
*)type_ : SlaType.t;Type of 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 SlaInputConfiguration. 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 FieldValueUnionStringValueString.t
| `Structure of 'a list ])
list ]
list
| `Long of TargetSlaMinutes.t
| `String of SlaName.t ])
list ]