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?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val endTimestamp: Instant
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startTimestamp: Instant