DatasetVariable

data class DatasetVariable(val datasetContentVersionValue: DatasetContentVersionValue? = null, val doubleValue: Double? = null, val outputFileUriValue: DatasetOutputFileUriValue? = null, val stringValue: String? = null, val variableName: String)

Constructors

Link copied to clipboard
fun DatasetVariable(datasetContentVersionValue: DatasetContentVersionValue? = null, doubleValue: Double? = null, outputFileUriValue: DatasetOutputFileUriValue? = null, stringValue: String? = null, variableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val doubleValue: Double? = null
Link copied to clipboard
Link copied to clipboard
val stringValue: String? = null
Link copied to clipboard