PhoneCallLogEntryDomainModel
data class PhoneCallLogEntryDomainModel(val id: String, val metadata: PhoneCallMetadataDomainModel, val startTimestamp: Instant, val endTimestamp: Instant, val phoneNumber: String, val contactName: String?)
A model representing a phone call log entry, i.e. a single phone call made or received by the user.
Constructors
Link copied to clipboard
constructor(id: String, metadata: PhoneCallMetadataDomainModel, startTimestamp: Instant, endTimestamp: Instant, phoneNumber: String, contactName: String?)