ProactiveEngagementEmergencyContact

data class ProactiveEngagementEmergencyContact(val contactNotes: String? = null, val emailAddress: String, val phoneNumber: String? = null)

Constructors

Link copied to clipboard
constructor(contactNotes: String? = null, emailAddress: String, phoneNumber: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contactNotes: String? = null

Additional notes regarding the contact.

Link copied to clipboard

A valid email address that will be used for this contact.

Link copied to clipboard
val phoneNumber: String? = null

A phone number, starting with + and up to 15 digits that will be used for this contact.