AnalysisForecastScenarioArgs

data class AnalysisForecastScenarioArgs(val whatIfPointScenario: Output<AnalysisWhatIfPointScenarioArgs>? = null, val whatIfRangeScenario: Output<AnalysisWhatIfRangeScenarioArgs>? = null) : ConvertibleToJava<AnalysisForecastScenarioArgs>

Constructors

Link copied to clipboard
constructor(whatIfPointScenario: Output<AnalysisWhatIfPointScenarioArgs>? = null, whatIfRangeScenario: Output<AnalysisWhatIfRangeScenarioArgs>? = null)

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.

Functions

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