RelationshipLinkFieldMappingArgs

data class RelationshipLinkFieldMappingArgs(val interactionFieldName: Output<String>, val linkType: Output<LinkTypes>? = null, val relationshipFieldName: Output<String>) : ConvertibleToJava<RelationshipLinkFieldMappingArgs>

The fields mapping for Relationships.

Constructors

Link copied to clipboard
constructor(interactionFieldName: Output<String>, linkType: Output<LinkTypes>? = null, relationshipFieldName: Output<String>)

Properties

Link copied to clipboard

The field name on the Interaction Type.

Link copied to clipboard
val linkType: Output<LinkTypes>? = null

Link type.

Link copied to clipboard

The field name on the Relationship metadata.

Functions

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