DataSetOutputColumn

data class DataSetOutputColumn(val description: String? = null, val name: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, name: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Field folder description.

Link copied to clipboard
val name: String? = null

Display name for the dataset.

Link copied to clipboard
val type: String? = null

Data type of the column.