AutomationRuleModifyPropertiesActionResponseActionConfiguration

data class AutomationRuleModifyPropertiesActionResponseActionConfiguration(val classification: String? = null, val classificationComment: String? = null, val classificationReason: String? = null, val labels: List<IncidentLabelResponse>? = null, val owner: IncidentOwnerInfoResponse? = null, val severity: String? = null, val status: String? = null)

The configuration of the modify properties automation rule action

Constructors

constructor(classification: String? = null, classificationComment: String? = null, classificationReason: String? = null, labels: List<IncidentLabelResponse>? = null, owner: IncidentOwnerInfoResponse? = null, severity: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val classification: String? = null

The reason the incident was closed

Link copied to clipboard

Describes the reason the incident was closed

Link copied to clipboard

The classification reason to close the incident with

Link copied to clipboard

List of labels to add to the incident

Link copied to clipboard

Describes a user that the incident is assigned to

Link copied to clipboard
val severity: String? = null

The severity of the incident

Link copied to clipboard
val status: String? = null

The status of the incident