ParticipantPropertyReferenceResponse

data class ParticipantPropertyReferenceResponse(val sourcePropertyName: String, val targetPropertyName: String)

The participant property reference.

Constructors

Link copied to clipboard
constructor(sourcePropertyName: String, targetPropertyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source property that maps to the target property.

Link copied to clipboard

The target property that maps to the source property.