DashboardForecastScenarioArgs

data class DashboardForecastScenarioArgs(val whatIfPointScenario: Output<DashboardWhatIfPointScenarioArgs>? = null, val whatIfRangeScenario: Output<DashboardWhatIfRangeScenarioArgs>? = null) : ConvertibleToJava<DashboardForecastScenarioArgs>

Constructors

Link copied to clipboard
constructor(whatIfPointScenario: Output<DashboardWhatIfPointScenarioArgs>? = null, whatIfRangeScenario: Output<DashboardWhatIfRangeScenarioArgs>? = 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(): DashboardForecastScenarioArgs