Get Budget Auto Adjust Data
data class GetBudgetAutoAdjustData(val autoAdjustType: String, val historicalOptions: List<GetBudgetAutoAdjustDataHistoricalOption>, val lastAutoAdjustTime: String)
Constructors
Link copied to clipboard
constructor(autoAdjustType: String, historicalOptions: List<GetBudgetAutoAdjustDataHistoricalOption>, lastAutoAdjustTime: String)
Properties
Link copied to clipboard
(Required) - The string that defines whether your budget auto-adjusts based on historical or forecasted data. Valid values: FORECAST
,HISTORICAL
.
Link copied to clipboard
(Optional) - Configuration block of Historical Options. Required for auto_adjust_type
of HISTORICAL
Configuration block that defines the historical data that your auto-adjusting budget is based on.
Link copied to clipboard
(Optional) - The last time that your budget was auto-adjusted.