PutDataTablesRequestChangeColumns

@Serializable
data class PutDataTablesRequestChangeColumns(val code: String? = null, val indexed: Boolean? = null, val mandatory: Boolean? = null, val name: String? = null, val newCode: String? = null, val newName: String? = null, val unique: Boolean? = null)

Parameters

code
indexed

Defaults to false

mandatory
name
newCode
newName
unique

Constructors

Link copied to clipboard
constructor(code: String? = null, indexed: Boolean? = null, mandatory: Boolean? = null, name: String? = null, newCode: String? = null, newName: String? = null, unique: Boolean? = null)

Properties

Link copied to clipboard
val code: String? = null
Link copied to clipboard
val indexed: Boolean? = null
Link copied to clipboard
val mandatory: Boolean? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val newCode: String? = null
Link copied to clipboard
val newName: String? = null
Link copied to clipboard
val unique: Boolean? = null