PhoneCallStart

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

A model representing a phone call start.

Constructors

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

Properties

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

Functions