DataSetOutputColumn

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

Output column.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description for a column.

Link copied to clipboard
val name: String? = null

The display name of the column..

Link copied to clipboard

The sub data type of the column.

Link copied to clipboard

The data type of the column.