Data Mapper Mapping Response
data class DataMapperMappingResponse(val attributeMappingInfo: MapperAttributeMappingsResponse? = null, val sourceConnectionReference: MapperConnectionReferenceResponse? = null, val sourceDenormalizeInfo: Any? = null, val sourceEntityName: String? = null, val targetEntityName: String? = null)
Source and target table mapping details.
Constructors
Link copied to clipboard
fun DataMapperMappingResponse(attributeMappingInfo: MapperAttributeMappingsResponse? = null, sourceConnectionReference: MapperConnectionReferenceResponse? = null, sourceDenormalizeInfo: Any? = null, sourceEntityName: String? = null, targetEntityName: String? = null)