AnalysisWhatIfRangeScenario

data class AnalysisWhatIfRangeScenario(val endDate: String, val startDate: String, val value: Double)

Constructors

Link copied to clipboard
constructor(endDate: String, startDate: String, value: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The end date in the date range that you need the forecast results for.

Link copied to clipboard

The start date in the date range that you need the forecast results for.

Link copied to clipboard

The target value that you want to meet for the provided date range.