Schedule#

class Schedule(*args, **kwargs)#

Bases: object

Contains possible values for a scheduling a task.

Allowed enum values:

  • _UNKNOWN

  • _REDACTED

  • HOURLY: Per hour schedule

  • DAILY: Per day schedule

  • WEEKLY: Per week schedule

  • MONTHLY: Per month schedule

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model