PySchedule
class PySchedule(schedule)
Bases: object
Interface for an API client schedule model.
- Parameters: schedule (ISchedule)
__init__(schedule)
Creates a new PySchedule object.
Args: : schedule: A ISchedule object.
Returns: None.
- Parameters: schedule (ISchedule)
- Return type: None
Methods
__init__ (schedule) |
Creates a new PySchedule object. |
---|
Attributes
frequency |
Gets the schedule's frequency. |
---|---|
frequency_details |
Gets the schedule's frequency details. |
next_run_at |
Gets the schedule's next run time. |
property frequency : str
Gets the schedule’s frequency.
property frequency_details : PyFrequencyDetails
Gets the schedule’s frequency details.
property next_run_at : str
Gets the schedule’s next run time.