ResponsePlanIncidentTemplate

data class ResponsePlanIncidentTemplate(val dedupeString: String? = null, val impact: Int, val incidentTags: List<ResponsePlanTag>? = null, val notificationTargets: List<ResponsePlanNotificationTargetItem>? = null, val summary: String? = null, val title: String)

The incident template configuration.

Constructors

Link copied to clipboard
constructor(dedupeString: String? = null, impact: Int, incidentTags: List<ResponsePlanTag>? = null, notificationTargets: List<ResponsePlanNotificationTargetItem>? = null, summary: String? = null, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dedupeString: String? = null

The deduplication string.

Link copied to clipboard
val impact: Int

The impact value.

Link copied to clipboard

Tags that get applied to incidents created by the StartIncident API action.

Link copied to clipboard

The list of notification targets.

Link copied to clipboard
val summary: String? = null

The summary string.

Link copied to clipboard

The title string.