TemplateDecimalPlacesConfigurationArgs

data class TemplateDecimalPlacesConfigurationArgs(val decimalPlaces: Output<Double>) : ConvertibleToJava<TemplateDecimalPlacesConfigurationArgs>

Constructors

Link copied to clipboard
constructor(decimalPlaces: Output<Double>)

Properties

Link copied to clipboard
val decimalPlaces: Output<Double>

The values of the decimal places.

Functions

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