Values.BudgetActionToRemoveSourceThe budget action to remove.
type nonrec t = {type_ : BudgetActionType.t;The type of budget action to remove.
*)thresholdPercentage : ThresholdPercentage.t;The percentage threshold for the budget action to remove.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Float of ThresholdPercentage.t ]) list ]