GetRelationshipLinkResult

data class GetRelationshipLinkResult(val description: Map<String, String>? = null, val displayName: Map<String, String>? = null, val id: String, val interactionType: String, val linkName: String, val mappings: List<RelationshipLinkFieldMappingResponse>? = null, val name: String, val profilePropertyReferences: List<ParticipantProfilePropertyReferenceResponse>, val provisioningState: String, val relatedProfilePropertyReferences: List<ParticipantProfilePropertyReferenceResponse>, val relationshipGuidId: String, val relationshipName: String, val tenantId: String, val type: String)

The relationship link resource format.

Constructors

Link copied to clipboard
constructor(description: Map<String, String>? = null, displayName: Map<String, String>? = null, id: String, interactionType: String, linkName: String, mappings: List<RelationshipLinkFieldMappingResponse>? = null, name: String, profilePropertyReferences: List<ParticipantProfilePropertyReferenceResponse>, provisioningState: String, relatedProfilePropertyReferences: List<ParticipantProfilePropertyReferenceResponse>, relationshipGuidId: String, relationshipName: String, tenantId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: Map<String, String>? = null

Localized descriptions for the Relationship Link.

Link copied to clipboard
val displayName: Map<String, String>? = null

Localized display name for the Relationship Link.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

The InteractionType associated with the Relationship Link.

Link copied to clipboard

The name of the Relationship Link.

Link copied to clipboard

The mappings between Interaction and Relationship fields.

Link copied to clipboard

Resource name.

Link copied to clipboard

The property references for the Profile of the Relationship.

Link copied to clipboard

Provisioning state.

Link copied to clipboard

The property references for the Related Profile of the Relationship.

Link copied to clipboard

The relationship guid id.

Link copied to clipboard

The Relationship associated with the Link.

Link copied to clipboard

The hub name.

Link copied to clipboard

Resource type.