models.restore_env_stats module¶
-
class
models.restore_env_stats.
RestoreEnvStats
(environment=None, object_count=None, total_bytes=None)[source]¶ Bases:
object
Implementation of the ‘RestoreEnvStats’ model.
Specifies the aggregated statistics for restores of a specific environment type.
- Attributes:
- environment (EnvironmentRestoreEnvStatsEnum): Specifies the
environment.
object_count (long|int): TODO: type description here. total_bytes (long|int): TODO: type description here.
-
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.