PlanStageTarget

data class PlanStageTarget(val channelTargetInfo: PlanStageTargetChannelTargetInfo? = null, val contactTargetInfo: PlanStageTargetContactTargetInfo? = null)

Constructors

Link copied to clipboard
constructor(channelTargetInfo: PlanStageTargetChannelTargetInfo? = null, contactTargetInfo: PlanStageTargetContactTargetInfo? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A configuration block for specifying information about the contact channel that Incident Manager engages. See Channel Target Info for more details.

Link copied to clipboard

A configuration block for specifying information about the contact that Incident Manager engages. See Contact Target Info for more details.