models_v2.objects_last_run module

class models_v2.objects_last_run.ObjectsLastRun(object_last_runs=None)[source]

Bases: object

Implementation of the ‘ObjectsLastRun’ model.

Last protection run info of objects.

Attributes:
object_last_runs (list of ObjectLastRun): Specifies a list of last

protection runs of objects.

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.