DashboardForecastScenario

data class DashboardForecastScenario(val whatIfPointScenario: DashboardWhatIfPointScenario? = null, val whatIfRangeScenario: DashboardWhatIfRangeScenario? = null)

Constructors

Link copied to clipboard
constructor(whatIfPointScenario: DashboardWhatIfPointScenario? = null, whatIfRangeScenario: DashboardWhatIfRangeScenario? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The what-if analysis forecast setup with the target date.

Link copied to clipboard

The what-if analysis forecast setup with the date range.