TypePropertiesMappingResponse

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
constructor(linkType: String? = null, sourcePropertyName: String, targetPropertyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val linkType: String? = null

Link type.

Link copied to clipboard

Property name on the source Entity Type.

Link copied to clipboard

Property name on the target Entity Type.