ContactDetailResponse

data class ContactDetailResponse(val email: String? = null, val phone: String? = null, val role: String? = null)

The contact detail class.

Constructors

Link copied to clipboard
constructor(email: String? = null, phone: String? = null, role: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

The e-mail address of the contact.

Link copied to clipboard
val phone: String? = null

The phone number of the contact.

Link copied to clipboard
val role: String? = null

The role of the contact.