models.update_infected_file_response module¶
-
class
models.update_infected_file_response.
UpdateInfectedFileResponse
(update_failed_infected_files=None, update_succeeded_infected_files=None)[source]¶ Bases:
object
Implementation of the ‘UpdateInfectedFileResponse’ model.
TODO: type model description here.
- Attributes:
- update_failed_infected_files (list of InfectedFileId): Specifies the
failed update infected files.
- update_succeeded_infected_files (list of InfectedFileId): Specifies
the successfully updated 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.