Template Decimal Parameter Declaration Args
data class TemplateDecimalParameterDeclarationArgs(val defaultValues: Output<TemplateDecimalDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<TemplateMappedDataSetParameterArgs>>? = null, val name: Output<String>, val parameterValueType: Output<TemplateParameterValueType>, val valueWhenUnset: Output<TemplateDecimalValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<TemplateDecimalParameterDeclarationArgs>
Constructors
Link copied to clipboard
constructor(defaultValues: Output<TemplateDecimalDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<TemplateMappedDataSetParameterArgs>>? = null, name: Output<String>, parameterValueType: Output<TemplateParameterValueType>, valueWhenUnset: Output<TemplateDecimalValueWhenUnsetConfigurationArgs>? = null)
Properties
Link copied to clipboard
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
Link copied to clipboard
Link copied to clipboard
The value type determines whether the parameter is a single-value or multi-value parameter.
Link copied to clipboard
The configuration that defines the default value of a Decimal
parameter when a value has not been set.