ContactStage

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val durationInMinutes: Int? = null

The time to wait until beginning the next stage.

Link copied to clipboard
val rotationIds: List<String>? = null

List of Rotation Ids to associate with Contact

Link copied to clipboard

The contacts or contact methods that the escalation plan or engagement plan is engaging.