![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateWhatIfPointScenario.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.Double
import kotlin.String
import kotlin.Suppress
/**
*
* @property date The date that you need the forecast results for.
* @property value The target value that you want to meet for the provided date.
*/
public data class TemplateWhatIfPointScenario(
public val date: String,
public val `value`: Double,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TemplateWhatIfPointScenario): TemplateWhatIfPointScenario = TemplateWhatIfPointScenario(
date = javaType.date(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy