PlanTargets

data class PlanTargets(val channelTargetInfo: PlanChannelTargetInfo? = null, val contactTargetInfo: PlanContactTargetInfo? = null)

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

Constructors

Link copied to clipboard
constructor(channelTargetInfo: PlanChannelTargetInfo? = null, contactTargetInfo: PlanContactTargetInfo? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the contact channel that Incident Manager engages.

Link copied to clipboard

Information about the contact that Incident Manager engages.