BudgetAutoAdjustData

data class BudgetAutoAdjustData(val autoAdjustType: String, val historicalOptions: BudgetAutoAdjustDataHistoricalOptions? = null, val lastAutoAdjustTime: String? = null)

Constructors

Link copied to clipboard
constructor(autoAdjustType: String, historicalOptions: BudgetAutoAdjustDataHistoricalOptions? = null, lastAutoAdjustTime: String? = null)

Types

Link copied to clipboard
object Companion

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.