TemplateForecastConfiguration

data class TemplateForecastConfiguration(val forecastProperties: TemplateTimeBasedForecastProperties? = null, val scenario: TemplateForecastScenario? = null)

Constructors

Link copied to clipboard
constructor(forecastProperties: TemplateTimeBasedForecastProperties? = null, scenario: TemplateForecastScenario? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The forecast properties setup of a forecast in the line chart.

Link copied to clipboard

The forecast scenario of a forecast in the line chart.