models.scheduler_proto_scheduler_job_schedule_job_parameters module¶
-
class
models.scheduler_proto_scheduler_job_schedule_job_parameters.
SchedulerProto_SchedulerJob_ScheduleJobParameters
(report_job_parameter=None)[source]¶ Bases:
object
Implementation of the ‘SchedulerProto_SchedulerJob_ScheduleJobParameters’ model.
Specifies the Scheduled Job parameters.
Attributes: report_job_parameter (
SchedulerProto_SchedulerJob_ScheduleJobParameters_ReportJobParameter): TODO: Type description here.
-
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.
-
classmethod