MapperTargetConnectionsInfoResponse

data class MapperTargetConnectionsInfoResponse(val connection: MapperConnectionResponse? = null, val dataMapperMappings: List<DataMapperMappingResponse>? = null, val relationships: List<Any>? = null, val targetEntities: List<MapperTableResponse>? = null)

A object which contains list of tables and connection details for a target connection.

Constructors

Link copied to clipboard
constructor(connection: MapperConnectionResponse? = null, dataMapperMappings: List<DataMapperMappingResponse>? = null, relationships: List<Any>? = null, targetEntities: List<MapperTableResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Source connection details.

Link copied to clipboard

List of table mappings.

Link copied to clipboard
val relationships: List<Any>? = null

List of relationship info among the tables.

Link copied to clipboard

List of source tables for a target connection.