Get Relationship Link Result
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
fun GetRelationshipLinkResult(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)