models.antivirus_service_group module

class models.antivirus_service_group.AntivirusServiceGroup(id=None, name=None, antivirus_services=None, description=None, is_enabled=None)[source]

Bases: object

Implementation of the ‘AntivirusServiceGroup’ model.

Specifies the configuration settings for an Antivirus service group.

Attributes:
antivirus_services (list of AntivirusServiceConfig): Specifies the

Antivirus Services belonging to this antivirus group.

description (string): Specifies the description of the Antivirus

service group.

id (long|int): Specifies the Id of the Antivirus service group. is_enabled (bool): Specifies whether the antivirus service group is

enabled or not.

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.