Interval

sealed class Interval

The time period used to evaluate the SLO. It can be either a calendar interval or rolling interval.

Inheritors

Types

Link copied to clipboard
data class CalendarInterval(val value: CalendarInterval) : Interval

If the interval is a calendar interval, this structure contains the interval specifications.

Link copied to clipboard
data class RollingInterval(val value: RollingInterval) : Interval

If the interval is a rolling interval, this structure contains the interval specifications.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard