Participant Property Reference Args
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>)