Auto Heal Actions Response
    data class AutoHealActionsResponse(val actionType: String? = null, val customAction: AutoHealCustomActionResponse? = null, val minProcessExecutionTime: String? = null)
Actions which to take by the auto-heal module when a rule is triggered.
Constructors
Link copied to clipboard
                fun AutoHealActionsResponse(actionType: String? = null, customAction: AutoHealCustomActionResponse? = null, minProcessExecutionTime: String? = null)