Values.ActionThresholdSourceThe trigger threshold of the action.
type nonrec t = {actionThresholdValue : NotificationThreshold.t;actionThresholdType : ThresholdType.t;}val make :
actionThresholdValue:NotificationThreshold.t ->
actionThresholdType:ThresholdType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Double of NotificationThreshold.t | `Enum of string ])
list ]