Mapper Target Connections Info Response
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)