Mapper Attribute Mappings Response
data class MapperAttributeMappingsResponse(val attributeMappings: List<MapperAttributeMappingResponse>? = null)
Attribute mapping details.
Constructors
Link copied to clipboard
fun MapperAttributeMappingsResponse(attributeMappings: List<MapperAttributeMappingResponse>? = null)