MapperAttributeReferenceResponse

data class MapperAttributeReferenceResponse(val entity: String? = null, val entityConnectionReference: MapperConnectionReferenceResponse? = null, val name: String? = null)

Attribute reference details for the referred column.

Constructors

Link copied to clipboard
constructor(entity: String? = null, entityConnectionReference: MapperConnectionReferenceResponse? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val entity: String? = null

Name of the table.

Link copied to clipboard

The connection reference for the connection.

Link copied to clipboard
val name: String? = null

Name of the column.