models.protected_objects_by_env module¶
- 
class 
models.protected_objects_by_env.ProtectedObjectsByEnv(env_type=None, protected_count=None, protected_size_bytes=None, unprotected_count=None, unprotected_size_bytes=None)[source]¶ Bases:
objectImplementation of the ‘ProtectedObjectsByEnv’ model.
Number of Protected Objects by Type.
- Attributes:
 env_type (string): Environment Type. protected_count (int): Number of Protected Objects. protected_size_bytes (long|int): Size of Protected Objects. unprotected_count (int): Number of Unprotected Objects. unprotected_size_bytes (long|int): Size of Unprotected 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.