Mapper Attribute Mapping Response
data class MapperAttributeMappingResponse(val attributeReference: MapperAttributeReferenceResponse? = null, val attributeReferences: List<MapperAttributeReferenceResponse>? = null, val expression: String? = null, val functionName: String? = null, val name: String? = null, val type: String? = null)
Source and target column mapping details.
Constructors
Link copied to clipboard
fun MapperAttributeMappingResponse(attributeReference: MapperAttributeReferenceResponse? = null, attributeReferences: List<MapperAttributeReferenceResponse>? = null, expression: String? = null, functionName: String? = null, name: String? = null, type: String? = null)