IndexColumnResponse

data class IndexColumnResponse(val columnName: String? = null, val dataType: String? = null)

Dto object representing index column

Constructors

Link copied to clipboard
constructor(columnName: String? = null, dataType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val columnName: String? = null

Specifies the column name

Link copied to clipboard
val dataType: String? = null

Specifies the data type