ScheduleResponse

data class ScheduleResponse(val effectiveFrom: String? = null, val effectiveUntil: String? = null, val recurrences: List<Any>? = null, val timeZone: String? = null)

Scheduling configuration for a given alert processing rule.

Constructors

Link copied to clipboard
constructor(effectiveFrom: String? = null, effectiveUntil: String? = null, recurrences: List<Any>? = null, timeZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val effectiveFrom: String? = null

Scheduling effective from time. Date-Time in ISO-8601 format without timezone suffix.

Link copied to clipboard
val effectiveUntil: String? = null

Scheduling effective until time. Date-Time in ISO-8601 format without timezone suffix.

Link copied to clipboard
val recurrences: List<Any>? = null

List of recurrences.

Link copied to clipboard
val timeZone: String? = null

Scheduling time zone.