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 ),�DiffSummaryzS Response object for showing differences for a file between two revisions. c K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a Initializes a new DiffSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param old_path: The value to assign to the old_path property of this DiffSummary. :type old_path: str :param new_path: The value to assign to the new_path property of this DiffSummary. :type new_path: str :param old_id: The value to assign to the old_id property of this DiffSummary. :type old_id: str :param new_id: The value to assign to the new_id property of this DiffSummary. :type new_id: str :param are_conflicts_in_file: The value to assign to the are_conflicts_in_file property of this DiffSummary. :type are_conflicts_in_file: bool :param is_large: The value to assign to the is_large property of this DiffSummary. :type is_large: bool :param is_binary: The value to assign to the is_binary property of this DiffSummary. :type is_binary: bool :param changes: The value to assign to the changes property of this DiffSummary. :type changes: list[oci.devops.models.DiffChunk] :param freeform_tags: The value to assign to the freeform_tags property of this DiffSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DiffSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DiffSummary. :type system_tags: dict(str, dict(str, object)) �str�boolzlist[DiffChunk]zdict(str, str)zdict(str, dict(str, object)))�old_path�new_path�old_id�new_id�are_conflicts_in_file�is_large� is_binary�changes� freeform_tags�defined_tags�system_tagsZoldPathZnewPathZoldIdZnewIdZareConflictsInFileZisLargeZisBinaryr ZfreeformTagsZdefinedTagsZ systemTagsN) Z swagger_typesZ attribute_map� _old_path� _new_path�_old_id�_new_id�_are_conflicts_in_file� _is_large� _is_binary�_changes�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r! �B/usr/lib/python3.9/site-packages/oci/devops/models/diff_summary.py�__init__ sF 3��zDiffSummary.__init__c C s | j S )z� Gets the old_path of this DiffSummary. The path on the base version to the changed object. :return: The old_path of this DiffSummary. :rtype: str �r �r r! r! r"