models.antivirus_service_config_params module¶
- 
class 
models.antivirus_service_config_params.AntivirusServiceConfigParams(icap_uri=None, description=None)[source]¶ Bases:
objectImplementation of the ‘AntivirusServiceConfigParams’ model.
Specifies the parameters for an Antivirus service provider.
- Attributes:
 - description (string): Specifies the description of the Antivirus
 service. This could be any additional information admin might associate with the Antivirus service.
- icap_uri (string): Specifies the ICAP uri for this Antivirus service.
 It is of the form icap://<ip-address>[:<port>]/<service>
- 
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.