AnalysisDecimalParameterDeclarationArgs

data class AnalysisDecimalParameterDeclarationArgs(val defaultValues: Output<AnalysisDecimalDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<AnalysisMappedDataSetParameterArgs>>? = null, val name: Output<String>, val parameterValueType: Output<AnalysisParameterValueType>, val valueWhenUnset: Output<AnalysisDecimalValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<AnalysisDecimalParameterDeclarationArgs>

Constructors

Link copied to clipboard
fun AnalysisDecimalParameterDeclarationArgs(defaultValues: Output<AnalysisDecimalDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<AnalysisMappedDataSetParameterArgs>>? = null, name: Output<String>, parameterValueType: Output<AnalysisParameterValueType>, valueWhenUnset: Output<AnalysisDecimalValueWhenUnsetConfigurationArgs>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val name: Output<String>
Link copied to clipboard
Link copied to clipboard