RelationshipTypeFieldMappingResponse

data class RelationshipTypeFieldMappingResponse(val profileFieldName: String, val relatedProfileKeyProperty: String)

Map a field of profile to its corresponding StrongId in Related Profile.

Constructors

Link copied to clipboard
constructor(profileFieldName: String, relatedProfileKeyProperty: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the fieldName in profile.

Link copied to clipboard

Specifies the KeyProperty (from StrongId) of the related profile.