Values.AutoAdjustDataSourceThe parameters that determine the budget amount for an auto-adjusting budget.
type nonrec t = {autoAdjustType : AutoAdjustType.t;The string that defines whether your budget auto-adjusts based on historical or forecasted data.
*)historicalOptions : HistoricalOptions.t option;The parameters that define or describe the historical data that your auto-adjusting budget is based on.
*)lastAutoAdjustTime : GenericTimestamp.t option;The last time that your budget was auto-adjusted.
*)}val make :
?historicalOptions:??? ->
?lastAutoAdjustTime:??? ->
autoAdjustType:AutoAdjustType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `Integer of AdjustmentPeriod.t ]) list
| `Timestamp of GenericTimestamp.t ])
list ]