AnalysisForecastScenario

data class AnalysisForecastScenario(val whatIfPointScenario: AnalysisWhatIfPointScenario? = null, val whatIfRangeScenario: AnalysisWhatIfRangeScenario? = null)

Constructors

Link copied to clipboard
constructor(whatIfPointScenario: AnalysisWhatIfPointScenario? = null, whatIfRangeScenario: AnalysisWhatIfRangeScenario? = 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.