models.update_antivirus_service_group_params module

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

Bases: object

Implementation of the ‘UpdateAntivirusServiceGroupParams’ 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.

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.