TemplateWhatIfRangeScenarioArgs

data class TemplateWhatIfRangeScenarioArgs(val endDate: Output<String>, val startDate: Output<String>, val value: Output<Double>) : ConvertibleToJava<TemplateWhatIfRangeScenarioArgs>

Constructors

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

Properties

Link copied to clipboard
val endDate: Output<String>

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

Link copied to clipboard
val startDate: Output<String>

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

Link copied to clipboard
val value: Output<Double>

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

Functions

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