ParticipantPropertyReferenceArgs

data class ParticipantPropertyReferenceArgs(val sourcePropertyName: Output<String>, val targetPropertyName: Output<String>) : ConvertibleToJava<ParticipantPropertyReferenceArgs>

The participant property reference.

Constructors

Link copied to clipboard
fun ParticipantPropertyReferenceArgs(sourcePropertyName: Output<String>, targetPropertyName: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): ParticipantPropertyReferenceArgs

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.