Mapper Attribute Reference Response
data class MapperAttributeReferenceResponse(val entity: String? = null, val entityConnectionReference: MapperConnectionReferenceResponse? = null, val name: String? = null)
Attribute reference details for the referred column.
Constructors
Link copied to clipboard
constructor(entity: String? = null, entityConnectionReference: MapperConnectionReferenceResponse? = null, name: String? = null)