models.scheduler_proto_scheduler_job module¶
-
class
models.scheduler_proto_scheduler_job.
SchedulerProto_SchedulerJob
(enable_recurring_email=None, id=None, name=None, schedule_job_parameters=None, schedules=None, tenant_id=None, mtype=None)[source]¶ Bases:
object
Implementation of the ‘SchedulerProto_SchedulerJob’ model.
Specifies the structure of the scheduler job along with its attributes.
- Attributes:
- enable_recurring_email (bool): The boolean which specifies if this
job is to be scheduled or not.
id (int|long): The unique id for the scheduled job assigned by the cluster. name (string): The name of the scheduled job given by the user. schedule_job_parameters (
SchedulerProto_SchedulerJob_ScheduleJobParameters): TODO: Type description here.
- schedules (list of SchedulerProtoSchedulerJobSchedule): TODO: Type
description here.
- tenant_id (string): Specifies id of tenant who created the scheduler
job.
- mtype (TypeSchedulerProtoSchedulerJobEnum): Specifies the type of the
job. The enum which defines the Job type of the job.
-
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.