models.delete_infected_file_response module¶
-
class
models.delete_infected_file_response.
DeleteInfectedFileResponse
(delete_failed_infected_files=None, delete_succeeded_infected_files=None)[source]¶ Bases:
object
Implementation of the ‘DeleteInfectedFileResponse’ model.
TODO: type model description here.
- Attributes:
- delete_failed_infected_files (list of InfectedFileId): Specifies the
failed delete infected files.
- delete_succeeded_infected_files (list of InfectedFileId): Specifies
the successfully deleted infected files.
-
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.