Values.BudgetedAndActualAmountsSourceThe amount of cost or usage that you created the budget for, compared to your actual costs or usage.
type nonrec t = {budgetedAmount : Spend.t option;The amount of cost or usage that you created the budget for.
*)actualAmount : Spend.t option;Your actual costs or usage for a budget period.
*)timePeriod : TimePeriod.t option;The time period that's covered by this budget comparison.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of NumericValue.t
| `Timestamp of GenericTimestamp.t ])
list ])
list ]