DataSetDecimalDatasetParameter

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of default values for a given decimal parameter. This structure only accepts static values.

Link copied to clipboard
val id: String

An identifier for the decimal parameter created in the dataset.

Link copied to clipboard

The name of the decimal parameter that is created in the dataset.

Link copied to clipboard

The value type of the dataset parameter. Valid values are single value or multi value .