models.protected_objects_tile module¶
-
class
models.protected_objects_tile.
ProtectedObjectsTile
(objects_protected=None, protected_count=None, protected_size_bytes=None, unprotected_count=None, unprotected_size_bytes=None)[source]¶ Bases:
object
Implementation of the ‘ProtectedObjectsTile’ model.
Protected Objects information.
- Attributes:
- objects_protected (list of ProtectedObjectsByEnv): Protected Objects
breakdown by object 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.