MapperTableSchemaResponse

data class MapperTableSchemaResponse(val dataType: String? = null, val name: String? = null)

Schema of a CDC table in terms of column names and their corresponding data types.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataType: String? = null

Data type of the column.

Link copied to clipboard
val name: String? = null

Name of the column.