ContactDetailsResponse

data class ContactDetailsResponse(val contactName: String, val emailList: List<String>, val mobile: String? = null, val notificationPreference: List<NotificationPreferenceResponse>? = null, val phone: String, val phoneExtension: String? = null)

Contact Details.

Constructors

Link copied to clipboard
constructor(contactName: String, emailList: List<String>, mobile: String? = null, notificationPreference: List<NotificationPreferenceResponse>? = null, phone: String, phoneExtension: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contact name of the person.

Link copied to clipboard

List of Email-ids to be notified about job progress.

Link copied to clipboard
val mobile: String? = null

Mobile number of the contact person.

Link copied to clipboard

Notification preference for a job stage.

Link copied to clipboard

Phone number of the contact person.

Link copied to clipboard
val phoneExtension: String? = null

Phone extension number of the contact person.