TemplateForecastScenarioArgs

data class TemplateForecastScenarioArgs(val whatIfPointScenario: Output<TemplateWhatIfPointScenarioArgs>? = null, val whatIfRangeScenario: Output<TemplateWhatIfRangeScenarioArgs>? = null) : ConvertibleToJava<TemplateForecastScenarioArgs>

Constructors

Link copied to clipboard
constructor(whatIfPointScenario: Output<TemplateWhatIfPointScenarioArgs>? = null, whatIfRangeScenario: Output<TemplateWhatIfRangeScenarioArgs>? = 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(): TemplateForecastScenarioArgs