DatasetParameter

data class DatasetParameter(val createColumn: Boolean? = null, val datetimeOptions: DatasetDatetimeOptions? = null, val filter: DatasetFilterExpression? = null, val name: String, val type: DatasetParameterType)

Constructors

Link copied to clipboard
fun DatasetParameter(createColumn: Boolean? = null, datetimeOptions: DatasetDatetimeOptions? = null, filter: DatasetFilterExpression? = null, name: String, type: DatasetParameterType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createColumn: Boolean? = null

Add the value of this parameter as a column in a dataset.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Parameter type