models_v2.protection_runs_stats module¶
-
class
models_v2.protection_runs_stats.
ProtectionRunsStats
(protection_run_status=None, protection_runs_count=None)[source]¶ Bases:
object
Implementation of the ‘ProtectionRunsStats’ model.
Specifies the statistics of protection runs.
- Attributes:
- protection_run_status (ProtectionRunStatusEnum): Specifies the status
of protection runs.
- protection_runs_count (long|int): Specifies the number of protection
runs.
-
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.