Template Decimal Parameter Declaration
data class TemplateDecimalParameterDeclaration(val defaultValues: TemplateDecimalDefaultValues? = null, val mappedDataSetParameters: List<TemplateMappedDataSetParameter>? = null, val name: String, val parameterValueType: TemplateParameterValueType, val valueWhenUnset: TemplateDecimalValueWhenUnsetConfiguration? = null)
Constructors
Link copied to clipboard
constructor(defaultValues: TemplateDecimalDefaultValues? = null, mappedDataSetParameters: List<TemplateMappedDataSetParameter>? = null, name: String, parameterValueType: TemplateParameterValueType, valueWhenUnset: TemplateDecimalValueWhenUnsetConfiguration? = 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.