MapperSourceConnectionsInfoResponse

data class MapperSourceConnectionsInfoResponse(val connection: MapperConnectionResponse? = null, val sourceEntities: List<MapperTableResponse>? = null)

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Source connection details.

Link copied to clipboard

List of source tables for a source connection.