Relationship information for contacts in the ContactsManager SDK
The ContactRelation
model represents a relationship between a contact and another person in the ContactsManager SDK.
relationId: String
- Unique identifier for the relation entryname: String?
- Name of the related personrelationType: String?
- Type of relationship (spouse, child, parent, friend, etc.)notes: String?
- Additional notes about the relationshipcontact: Contact?
- Reference to the parent contact that owns this relation