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
constructor(attributeReference: MapperAttributeReferenceResponse? = null, attributeReferences: List<MapperAttributeReferenceResponse>? = null, expression: String? = null, functionName: String? = null, name: String? = null, type: String? = null)
Properties
Link copied to clipboard
Reference of the source column used in the mapping. It is used for 'Direct' mapping type only.
Link copied to clipboard
List of references for source columns. It is used for 'Derived' and 'Aggregate' type mappings only.
Link copied to clipboard
Expression used for 'Aggregate' and 'Derived' type mapping.
Link copied to clipboard
Name of the function used for 'Aggregate' and 'Derived' (except 'Advanced') type mapping.