MapperDslConnectorPropertiesResponse

data class MapperDslConnectorPropertiesResponse(val name: String? = null, val value: Any? = null)

Connector properties of a CDC table in terms of name / value pairs.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the property.

Link copied to clipboard
val value: Any? = null

Value of the property.