TimeInterval
Constructor
Methods
build
Builds the object.
def build() -> alerting.TimeInterval
days_of_month
def days_of_month(days_of_month: list[cogbuilder.Builder[alerting.DayOfMonthRange]]) -> typing.Self
location
def location(location: alerting.Location) -> typing.Self
months
def months(months: list[cogbuilder.Builder[alerting.MonthRange]]) -> typing.Self
times
def times(times: list[cogbuilder.Builder[alerting.TimeRange]]) -> typing.Self
weekdays
def weekdays(weekdays: list[cogbuilder.Builder[alerting.WeekdayRange]]) -> typing.Self
years
def years(years: list[cogbuilder.Builder[alerting.YearRange]]) -> typing.Self
See also