models.scheduler_proto_scheduler_job_schedule__report module

class models.scheduler_proto_scheduler_job_schedule__report.SchedulerProto_SchedulerJob_ScheduleJobParameters_ReportJobParameter_Report(name=None, output_format=None, parameters=None, subject_line=None, mtype=None)[source]

Bases: object

Implementation of the ‘SchedulerProto_SchedulerJob_ScheduleJobParameters_ReportJobParameter_Report’ model.

Specifies the type and parameters of a report.

Attributes:

name (string): Specifies the report name. output_format (string): Specifies the output format of the report. parameters (

SchedulerProto_SchedulerJob_ScheduleJobParameters_ReportJobParameter_Report_Parameters): TODO: Type description here.

subject_line (string): Specifies the subject line for report. mtype (int): Specifies the report type.

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.