
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateDecimalPlacesConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.Double
import kotlin.Suppress
/**
*
* @property decimalPlaces The values of the decimal places.
*/
public data class TemplateDecimalPlacesConfiguration(
public val decimalPlaces: Double,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TemplateDecimalPlacesConfiguration): TemplateDecimalPlacesConfiguration = TemplateDecimalPlacesConfiguration(
decimalPlaces = javaType.decimalPlaces(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy