models.scheduler_proto_scheduler_job_schedule module¶
-
class
models.scheduler_proto_scheduler_job_schedule.
SchedulerProtoSchedulerJobSchedule
(day=None, hour=None, timezone=None)[source]¶ Bases:
object
Implementation of the ‘SchedulerProto_SchedulerJob_Schedule’ model.
A message which specifies the schedule of execution of the job.
- Attributes:
- day (int): The day of the week when schedule should be executed
(0-6).
- hour (int): The hour of the day when schedule should be executed
(0-23).
timezone (string): The timezone for the execution of the schedule.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.