Incident Info Response
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
fun IncidentInfoResponse(incidentId: String? = null, relationName: String? = null, severity: String? = null, title: String? = null)