in functions/source/deepsecurity/models/software_change.py [0:0]
def __init__(self, computer_id=None, computer_group_id=None, vendor_name=None, product_name=None, product_version=None, file_version=None, file_description=None, sha1=None, sha256=None, md5=None, file_name=None, install_path=None, file_size=None, change_event_time=None, change_by_user=None, change_by_user_id=None, change_by_process=None, change_by_process_id=None, id=None): # noqa: E501
"""SoftwareChange - a model defined in Swagger""" # noqa: E501
self._computer_id = None
self._computer_group_id = None
self._vendor_name = None
self._product_name = None
self._product_version = None
self._file_version = None
self._file_description = None
self._sha1 = None
self._sha256 = None
self._md5 = None
self._file_name = None
self._install_path = None
self._file_size = None
self._change_event_time = None
self._change_by_user = None
self._change_by_user_id = None
self._change_by_process = None
self._change_by_process_id = None
self._id = None
self.discriminator = None
if computer_id is not None:
self.computer_id = computer_id
if computer_group_id is not None:
self.computer_group_id = computer_group_id
if vendor_name is not None:
self.vendor_name = vendor_name
if product_name is not None:
self.product_name = product_name
if product_version is not None:
self.product_version = product_version
if file_version is not None:
self.file_version = file_version
if file_description is not None:
self.file_description = file_description
if sha1 is not None:
self.sha1 = sha1
if sha256 is not None:
self.sha256 = sha256
if md5 is not None:
self.md5 = md5
if file_name is not None:
self.file_name = file_name
if install_path is not None:
self.install_path = install_path
if file_size is not None:
self.file_size = file_size
if change_event_time is not None:
self.change_event_time = change_event_time
if change_by_user is not None:
self.change_by_user = change_by_user
if change_by_user_id is not None:
self.change_by_user_id = change_by_user_id
if change_by_process is not None:
self.change_by_process = change_by_process
if change_by_process_id is not None:
self.change_by_process_id = change_by_process_id
if id is not None:
self.id = id