AnalysisForecastConfigurationArgs

data class AnalysisForecastConfigurationArgs(val forecastProperties: Output<AnalysisTimeBasedForecastPropertiesArgs>? = null, val scenario: Output<AnalysisForecastScenarioArgs>? = null) : ConvertibleToJava<AnalysisForecastConfigurationArgs>

Constructors

Link copied to clipboard
constructor(forecastProperties: Output<AnalysisTimeBasedForecastPropertiesArgs>? = null, scenario: Output<AnalysisForecastScenarioArgs>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): AnalysisForecastConfigurationArgs