def __init__()

in functions/source/deepsecurity/models/computer_group.py [0:0]


    def __init__(self, type=None, name=None, description=None, parent_group_id=None, directory_id=None, external_id=None, virtual_id=None, virtual_type=None, virtual_name=None, cloud_type=None, cloud_resource_type=None, cloud_id=None, amazon_account_id=None, amazon_region_id=None, amazon_vpcid=None, amazon_subnet_id=None, amazon_workspaces_id=None, amazon_directory_id=None, id=None):  # noqa: E501
        """ComputerGroup - a model defined in Swagger"""  # noqa: E501

        self._type = None
        self._name = None
        self._description = None
        self._parent_group_id = None
        self._directory_id = None
        self._external_id = None
        self._virtual_id = None
        self._virtual_type = None
        self._virtual_name = None
        self._cloud_type = None
        self._cloud_resource_type = None
        self._cloud_id = None
        self._amazon_account_id = None
        self._amazon_region_id = None
        self._amazon_vpcid = None
        self._amazon_subnet_id = None
        self._amazon_workspaces_id = None
        self._amazon_directory_id = None
        self._id = None
        self.discriminator = None

        if type is not None:
            self.type = type
        if name is not None:
            self.name = name
        if description is not None:
            self.description = description
        if parent_group_id is not None:
            self.parent_group_id = parent_group_id
        if directory_id is not None:
            self.directory_id = directory_id
        if external_id is not None:
            self.external_id = external_id
        if virtual_id is not None:
            self.virtual_id = virtual_id
        if virtual_type is not None:
            self.virtual_type = virtual_type
        if virtual_name is not None:
            self.virtual_name = virtual_name
        if cloud_type is not None:
            self.cloud_type = cloud_type
        if cloud_resource_type is not None:
            self.cloud_resource_type = cloud_resource_type
        if cloud_id is not None:
            self.cloud_id = cloud_id
        if amazon_account_id is not None:
            self.amazon_account_id = amazon_account_id
        if amazon_region_id is not None:
            self.amazon_region_id = amazon_region_id
        if amazon_vpcid is not None:
            self.amazon_vpcid = amazon_vpcid
        if amazon_subnet_id is not None:
            self.amazon_subnet_id = amazon_subnet_id
        if amazon_workspaces_id is not None:
            self.amazon_workspaces_id = amazon_workspaces_id
        if amazon_directory_id is not None:
            self.amazon_directory_id = amazon_directory_id
        if id is not None:
            self.id = id