UserPhoneConfigArgs

data class UserPhoneConfigArgs(val afterContactWorkTimeLimit: Output<Int>? = null, val autoAccept: Output<Boolean>? = null, val deskPhoneNumber: Output<String>? = null, val phoneType: Output<UserPhoneType>) : ConvertibleToJava<UserPhoneConfigArgs>

Contains information about the phone configuration settings for a user.

Constructors

Link copied to clipboard
fun UserPhoneConfigArgs(afterContactWorkTimeLimit: Output<Int>? = null, autoAccept: Output<Boolean>? = null, deskPhoneNumber: Output<String>? = null, phoneType: Output<UserPhoneType>)

Functions

Link copied to clipboard
open override fun toJava(): UserPhoneConfigArgs

Properties

Link copied to clipboard
val afterContactWorkTimeLimit: Output<Int>? = null
Link copied to clipboard
val autoAccept: Output<Boolean>? = null
Link copied to clipboard
val deskPhoneNumber: Output<String>? = null
Link copied to clipboard