PhoneCallEnd

data class PhoneCallEnd(val timestamp: Instant, val phoneNumber: String) : PhoneCallEventDataModel

A model representing a phone call end.

Constructors

Link copied to clipboard
constructor(timestamp: Instant, phoneNumber: String)

Properties

Link copied to clipboard
Link copied to clipboard
val timestamp: Instant

Functions