models.scheduler_proto module

class models.scheduler_proto.SchedulerProto(scheduler_jobs=None)[source]

Bases: object

Implementation of the ‘SchedulerProto’ model.

Specifies the scheduler structure which holds the various schedule jobs.

Attributes:
scheduler_jobs (list of SchedulerProto_SchedulerJob): The array of

the various scheduler jobs.

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.