ScheduleInterval#

class ScheduleInterval(*args, **kwargs)#

Bases: object

Schedule interval enum values.

Allowed enum values:

  • _UNKNOWN

  • _REDACTED

  • YEAR: To repeat the schedule on a per Year basis.

  • MONTH: To repeat the schedule on a per Month basis.

  • WEEK: To repeat the schedule on a per Week basis.

  • DAY: To repeat the schedule on a per Day basis.

  • HOUR: To repeat the schedule on an per Hour basis.

  • MINUTE: To repeat the schedule on a per Minute basis.

  • SECOND: To repeat the schedule on a per Second basis.

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model