Values.BudgetParameterSourceIndividual budget parameter configuration that defines specific budget allocation settings for access budgets.
type nonrec t = {type_ : AccessBudgetType.t;The type of budget parameter being configured.
*)budget : Budget.t;The budget allocation amount for this specific parameter.
*)autoRefresh : AutoRefreshMode.t option;Whether this individual budget parameter automatically refreshes when the budget period resets.
*)}