Contact Stage
data class ContactStage(val durationInMinutes: Int? = null, val rotationIds: List<String>? = null, val targets: List<ContactTargets>? = null)
A set amount of time that an escalation plan or engagement plan engages the specified contacts or contact methods.
Constructors
Link copied to clipboard
constructor(durationInMinutes: Int? = null, rotationIds: List<String>? = null, targets: List<ContactTargets>? = null)