DecimalParameterDeclaration  
    A parameter declaration for the Decimal data type.
Types
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
                  A list of dataset parameters that are mapped to an analysis parameter.
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.
Functions
Link copied to clipboard
                  inline fun copy(block: DecimalParameterDeclaration.Builder.() -> Unit = {}): DecimalParameterDeclaration