Incident Properties Action Response
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
fun IncidentPropertiesActionResponse(classification: String? = null, classificationComment: String? = null, classificationReason: String? = null, labels: List<IncidentLabelResponse>? = null, owner: IncidentOwnerInfoResponse? = null, severity: String? = null, status: String? = null)