PlanStage

data class PlanStage(val durationInMinutes: Int, val targets: List<PlanTargets>? = 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, targets: List<PlanTargets>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time to wait until beginning the next stage.

Link copied to clipboard
val targets: List<PlanTargets>? = null

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