AnalysisDecimalPlacesConfigurationArgs

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

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(): AnalysisDecimalPlacesConfigurationArgs