PhoneCallLogEntryDataModel

data class PhoneCallLogEntryDataModel(val id: String, val startTimestamp: Instant, val endTimestamp: Instant, val phoneNumber: 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, startTimestamp: Instant, endTimestamp: Instant, phoneNumber: String)

Properties

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

Functions

Link copied to clipboard