Type Properties Mapping Response
data class TypePropertiesMappingResponse(val linkType: String? = null, val sourcePropertyName: String, val targetPropertyName: String)
Metadata for a Link's property mapping.
Constructors
Link copied to clipboard
fun TypePropertiesMappingResponse(linkType: String? = null, sourcePropertyName: String, targetPropertyName: String)