Alert Processing Rule Properties Response
data class AlertProcessingRulePropertiesResponse(val actions: List<Either<AddActionGroupsResponse, RemoveAllActionGroupsResponse>>, val conditions: List<ConditionResponse>? = null, val description: String? = null, val enabled: Boolean? = null, val schedule: ScheduleResponse? = null, val scopes: List<String>)
Alert processing rule properties defining scopes, conditions and scheduling logic for alert processing rule.
Constructors
Link copied to clipboard
constructor(actions: List<Either<AddActionGroupsResponse, RemoveAllActionGroupsResponse>>, conditions: List<ConditionResponse>? = null, description: String? = null, enabled: Boolean? = null, schedule: ScheduleResponse? = null, scopes: List<String>)