PhoneCallLogEntryRemoteResponseModel

@Serializable
internal data class PhoneCallLogEntryRemoteResponseModel(val beginningTimestamp: Instant, val duration: Int, val phoneNumber: String, val contactName: String?, val timesQueried: Int)

A model representing a response from the REST API /log endpoint containing information about a phone call log entry.

Constructors

Link copied to clipboard
constructor(beginningTimestamp: Instant, duration: Int, phoneNumber: String, contactName: String?, timesQueried: Int)

Properties

Link copied to clipboard
val beginningTimestamp: Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard