models.infected_file_id module¶
-
class
models.infected_file_id.
InfectedFileId
(entity_id=None, root_inode_id=None, view_id=None)[source]¶ Bases:
object
Implementation of the ‘InfectedFileId’ model.
Specifies the infected file Identifier. A file is identified with three Ids mentioned in the InfectedFileId definition.
- Attributes:
entity_id (long|int): Specifies the entity id of the infected file. root_inode_id (long|int): Specifies the root inode id of the file
system that infected file belongs to.
- view_id (long|int): Specifies the id of the View the infected file
belongs to.
-
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.