Automation Rule Modify Properties Action Response Action Configuration
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
Link copied to clipboard
fun AutomationRuleModifyPropertiesActionResponseActionConfiguration(classification: String? = null, classificationComment: String? = null, classificationReason: String? = null, labels: List<IncidentLabelResponse>? = null, owner: IncidentOwnerInfoResponse? = null, severity: String? = null, status: String? = null)