PlanStage

data class PlanStage(val durationInMinutes: Int, val targets: List<PlanStageTarget>? = null)

Constructors

Link copied to clipboard
constructor(durationInMinutes: Int, targets: List<PlanStageTarget>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified.

Link copied to clipboard

One or more configuration blocks for specifying the contacts or contact methods that the escalation plan or engagement plan is engaging. See Target below for more details.