Contact
@Entity
Constructors
Link copied to clipboard
constructor(id: String = TsidCreator.getTsid().toString(), tenantId: String, waId: String, name: String? = null, email: String? = null, notes: String? = null, profilePicUrl: String? = null, lastInteraction: LocalDateTime? = null, tags: MutableSet<Tag> = mutableSetOf())