models_v2.get_protection_runs_status_response_body module¶
-
class
models_v2.get_protection_runs_status_response_body.
GetProtectionRunsStatusResponseBody
(protection_runs_stats_list=None)[source]¶ Bases:
object
Implementation of the ‘GetProtectionRunsStatusResponseBody’ model.
Specifies a list of protection runs stats taken at different time.
- Attributes:
- protection_runs_stats_list (list of ProtectionRunsStatsList):
Specifies a list of protection runs stats taken at different time.
-
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.