ScheduleResponse

data class ScheduleResponse(val frequencyInMinutes: Int, val timeWindowInMinutes: Int)

Defines how often to run the search and the time interval.

Constructors

Link copied to clipboard
constructor(frequencyInMinutes: Int, timeWindowInMinutes: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

frequency (in minutes) at which rule condition should be evaluated.

Link copied to clipboard

Time window for which data needs to be fetched for query (should be greater than or equal to frequencyInMinutes).