IncidentPropertiesActionResponse

data class IncidentPropertiesActionResponse(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)

Constructors

Link copied to clipboard
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 the incident was closed with

Link copied to clipboard

List of labels to add to the incident.

Link copied to clipboard

Information on the user an 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