MapperConnectionReferenceResponse

data class MapperConnectionReferenceResponse(val connectionName: String? = null, val type: String? = null)

Source or target connection reference details.

Constructors

Link copied to clipboard
constructor(connectionName: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionName: String? = null

Name of the connection

Link copied to clipboard
val type: String? = null

Type of connection via linked service or dataset.