TemplateForecastScenario

data class TemplateForecastScenario(val whatIfPointScenario: TemplateWhatIfPointScenario? = null, val whatIfRangeScenario: TemplateWhatIfRangeScenario? = null)

Constructors

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