ruạṛ
a ���f�* � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�DiffResponseEntryz4 Entry for description of change on a file. c K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a Initializes a new DiffResponseEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param change_type: The value to assign to the change_type property of this DiffResponseEntry. :type change_type: str :param object_type: The value to assign to the object_type property of this DiffResponseEntry. :type object_type: str :param commit_id: The value to assign to the commit_id property of this DiffResponseEntry. :type commit_id: str :param old_path: The value to assign to the old_path property of this DiffResponseEntry. :type old_path: str :param new_path: The value to assign to the new_path property of this DiffResponseEntry. :type new_path: str :param old_id: The value to assign to the old_id property of this DiffResponseEntry. :type old_id: str :param new_id: The value to assign to the new_id property of this DiffResponseEntry. :type new_id: str :param url: The value to assign to the url property of this DiffResponseEntry. :type url: str :param added_lines_count: The value to assign to the added_lines_count property of this DiffResponseEntry. :type added_lines_count: int :param deleted_lines_count: The value to assign to the deleted_lines_count property of this DiffResponseEntry. :type deleted_lines_count: int :param are_conflicts_in_file: The value to assign to the are_conflicts_in_file property of this DiffResponseEntry. :type are_conflicts_in_file: bool �str�int�bool)�change_type�object_type� commit_id�old_path�new_path�old_id�new_id�url�added_lines_count�deleted_lines_count�are_conflicts_in_fileZ changeTypeZ objectTypeZcommitIdZoldPathZnewPathZoldIdZnewIdr ZaddedLinesCountZdeletedLinesCountZareConflictsInFileN) Z swagger_typesZ attribute_map�_change_type�_object_type� _commit_id� _old_path� _new_path�_old_id�_new_id�_url�_added_lines_count�_deleted_lines_count�_are_conflicts_in_file)�self�kwargs� r"