User Phone Config
data class UserPhoneConfig(val afterContactWorkTimeLimit: Int? = null, val autoAccept: Boolean? = null, val deskPhoneNumber: String? = null, val phoneType: UserPhoneType)
Contains information about the phone configuration settings for a user.
Constructors
Link copied to clipboard
fun UserPhoneConfig(afterContactWorkTimeLimit: Int? = null, autoAccept: Boolean? = null, deskPhoneNumber: String? = null, phoneType: UserPhoneType)