models.delete_infected_file_params module¶
-
class
models.delete_infected_file_params.
DeleteInfectedFileParams
(infected_file_ids=None)[source]¶ Bases:
object
Implementation of the ‘DeleteInfectedFileParams’ model.
Specifies the parameters to delete the infected files.
- Attributes:
- infected_file_ids (list of InfectedFileParam): Specifies the list of
infected file path.
-
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.