ColumnResponse

data class ColumnResponse(val dataTypeHint: String? = null, val description: String? = null, val displayName: String? = null, val isDefaultDisplay: Boolean, val isHidden: Boolean, val name: String? = null, val type: String? = null)

Table column.

Constructors

Link copied to clipboard
constructor(dataTypeHint: String? = null, description: String? = null, displayName: String? = null, isDefaultDisplay: Boolean, isHidden: Boolean, name: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataTypeHint: String? = null

Column data type logical hint.

Link copied to clipboard
val description: String? = null

Column description.

Link copied to clipboard
val displayName: String? = null

Column display name.

Link copied to clipboard

Is displayed by default.

Link copied to clipboard

Is column hidden.

Link copied to clipboard
val name: String? = null

Column name.

Link copied to clipboard
val type: String? = null

Column data type.