RelationshipLinkFieldMappingResponse

data class RelationshipLinkFieldMappingResponse(val interactionFieldName: String, val linkType: String? = null, val relationshipFieldName: String)

The fields mapping for Relationships.

Constructors

Link copied to clipboard
constructor(interactionFieldName: String, linkType: String? = null, relationshipFieldName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The field name on the Interaction Type.

Link copied to clipboard
val linkType: String? = null

Link type.

Link copied to clipboard

The field name on the Relationship metadata.