models.antivirus_service_group_state_params module

class models.antivirus_service_group_state_params.AntivirusServiceGroupStateParams(enable=None, id=None)[source]

Bases: object

Implementation of the ‘AntivirusServiceGroupStateParams’ model.

Specifies the configuration settings to change the state of an Antivirus service group.

Attributes:
enable (bool): Specifies the enable flag to enable the Antivirus

service group.

id (long|int): Specifies the Id 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.