ParticipantPropertyReferenceArgs

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

The participant property reference.

Constructors

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

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.

Functions

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