IncidentInfoResponse

data class IncidentInfoResponse(val incidentId: String? = null, val relationName: String? = null, val severity: String? = null, val title: String? = null)

Describes related incident information for the bookmark

Constructors

Link copied to clipboard
constructor(incidentId: String? = null, relationName: String? = null, severity: String? = null, title: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val incidentId: String? = null

Incident Id

Link copied to clipboard
val relationName: String? = null

Relation Name

Link copied to clipboard
val severity: String? = null

The severity of the incident

Link copied to clipboard
val title: String? = null

The title of the incident