Values.ResponseBudgetActionSourceThe details of a budget action.
type nonrec t = {type_ : BudgetActionType.t option;The action taken on the budget once scheduling stops.
*)thresholdPercentage : ThresholdPercentage.t option;The percentage threshold for the budget.
*)description : Description.t option;The budget action description. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Float of ThresholdPercentage.t
| `String of Description.t ])
list ]