MapperAttributeMappingsResponse

data class MapperAttributeMappingsResponse(val attributeMappings: List<MapperAttributeMappingResponse>? = null)

Attribute mapping details.

Constructors

Link copied to clipboard
constructor(attributeMappings: List<MapperAttributeMappingResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of attribute mappings.