Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RelationshipsLookup

Package version

interface

An interface representing RelationshipsLookup. The definition of suggested relationship for the type.

Hierarchy

  • RelationshipsLookup

Index

Properties

Optional existingRelationshipName

existingRelationshipName: undefined | string
member

{string} [existingRelationshipName] The name of existing Relationship. NOTE: This property will not be serialized. It can only be populated by the server.

Optional profileName

profileName: undefined | string
member

{string} [profileName] The relationship profile. NOTE: This property will not be serialized. It can only be populated by the server.

Optional profilePropertyReferences

profilePropertyReferences: ParticipantProfilePropertyReference[]
member

{ParticipantProfilePropertyReference[]} [profilePropertyReferences] The property references for the profile type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional relatedProfileName

relatedProfileName: undefined | string
member

{string} [relatedProfileName] The related profile. NOTE: This property will not be serialized. It can only be populated by the server.

Optional relatedProfilePropertyReferences

relatedProfilePropertyReferences: ParticipantProfilePropertyReference[]
member

{ParticipantProfilePropertyReference[]} [relatedProfilePropertyReferences] The property references for the related profile type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc