models.protection_sources_jobs_summary_report_response_wrapper module

class models.protection_sources_jobs_summary_report_response_wrapper.ProtectionSourcesJobsSummaryReportResponseWrapper(protection_sources_jobs_summary=None)[source]

Bases: object

Implementation of the ‘ProtectionSourcesJobsSummaryReportResponseWrapper’ model.

Attributes:
protection_sources_jobs_summary (list of

ProtectionSourcesSummaryStats): Specifies the list of Snapshot summary statistics that match the filter criteria.

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.