TemplateWhatIfPointScenarioArgs

data class TemplateWhatIfPointScenarioArgs(val date: Output<String>, val value: Output<Double>) : ConvertibleToJava<TemplateWhatIfPointScenarioArgs>

Constructors

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

Properties

Link copied to clipboard
val date: Output<String>

The date 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.

Functions

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