TimeIntervalItem
Constructor
Methods
build
Builds the object.
def build() -> alerting.TimeIntervalItem
days_of_month
def days_of_month(days_of_month: list[str]) -> typing.Self
location
def location(location: str) -> typing.Self
months
def months(months: list[str]) -> typing.Self
times
def times(times: list[cogbuilder.Builder[alerting.TimeIntervalTimeRange]]) -> typing.Self
weekdays
def weekdays(weekdays: list[str]) -> typing.Self
years
def years(years: list[str]) -> typing.Self
See also