models.antivirus_service_group_params module

class models.antivirus_service_group_params.AntivirusServiceGroupParams(name=None, antivirus_services=None, description=None)[source]

Bases: object

Implementation of the ‘AntivirusServiceGroupParams’ model.

TODO: type model description here.

Attributes:
antivirus_services (list of AntivirusServiceConfigParams): Specifies

the Antivirus services for this provider.

description (string): Specifies the description of the Antivirus

service group.

name (string): Specifies the name of the Antivirus service group.

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.