TimeWindowCustomAlertRuleResponse

data class TimeWindowCustomAlertRuleResponse(val description: String, val displayName: String, val isEnabled: Boolean, val maxThreshold: Int, val minThreshold: Int, val ruleType: String, val timeWindowSize: String)

A custom alert rule that checks if the number of activities (depends on the custom alert type) in a time window is within the given range.

Constructors

Link copied to clipboard
constructor(description: String, displayName: String, isEnabled: Boolean, maxThreshold: Int, minThreshold: Int, ruleType: String, timeWindowSize: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the custom alert.

Link copied to clipboard

The display name of the custom alert.

Link copied to clipboard

Status of the custom alert.

Link copied to clipboard

The maximum threshold.

Link copied to clipboard

The minimum threshold.

Link copied to clipboard

The type of the custom alert rule. Expected value is 'TimeWindowCustomAlertRule'.

Link copied to clipboard

The time window size in iso8601 format.