Plan Stage Target
data class PlanStageTarget(val channelTargetInfo: PlanStageTargetChannelTargetInfo? = null, val contactTargetInfo: PlanStageTargetContactTargetInfo? = null)
Constructors
Link copied to clipboard
constructor(channelTargetInfo: PlanStageTargetChannelTargetInfo? = null, contactTargetInfo: PlanStageTargetContactTargetInfo? = null)
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.