Values.BudgetScheduleSourceThe start and end time of the budget.
type nonrec t = {fixed : FixedBudgetSchedule.t option;The fixed start and end time of the budget's schedule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Timestamp of StartsAt.t ]) list ])
list ]