Data Set Decimal Dataset Parameter
data class DataSetDecimalDatasetParameter(val defaultValues: DataSetDecimalDatasetParameterDefaultValues? = null, val id: String, val name: String, val valueType: DataSetDatasetParameterValueType)
A decimal parameter for a dataset.
Constructors
Link copied to clipboard
constructor(defaultValues: DataSetDecimalDatasetParameterDefaultValues? = null, id: String, name: String, valueType: DataSetDatasetParameterValueType)