Values.ExecuteBudgetActionRequestSourceExecutes a budget action.
type nonrec t = {accountId : AccountId.t;budgetName : BudgetName.t;actionId : ActionId.t;A system-generated universally unique identifier (UUID) for the action.
*)executionType : ExecutionType.t;The type of execution.
*)}val make :
accountId:AccountId.t ->
budgetName:BudgetName.t ->
actionId:ActionId.t ->
executionType:ExecutionType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AccountId.t ]) list ]