models.scheduler_proto_scheduler_job_schedule__parameter module¶
-
class
models.scheduler_proto_scheduler_job_schedule__parameter.
SchedulerProto_SchedulerJob_ScheduleJobParameters_ReportJobParameter
(receiver_emails=None, reports=None)[source]¶ Bases:
object
Implementation of the ‘SchedulerProto_SchedulerJob_ScheduleJobParameters_ReportJobParameter’ model.
Specifies the Report Job Parameters structure.
- Attributes:
- receiver_emails (list of string): Specifies the list of receiver email
addresses.
- reports (list of
SchedulerProto_SchedulerJob_ScheduleJobParameters_ReportJobParameter_Report): The list of reports to be sent in the mail.
-
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.