ruạṛ
a N��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 @ s 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� �Zdd� Zdd� Zd d!� Zd"S )#�FileDiffResponsezQ Response object for showing differences for a file between two commits. c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )aP Initializes a new FileDiffResponse 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 FileDiffResponse. :type old_path: str :param new_path: The value to assign to the new_path property of this FileDiffResponse. :type new_path: str :param old_id: The value to assign to the old_id property of this FileDiffResponse. :type old_id: str :param new_id: The value to assign to the new_id property of this FileDiffResponse. :type new_id: str :param are_conflicts_in_file: The value to assign to the are_conflicts_in_file property of this FileDiffResponse. :type are_conflicts_in_file: bool :param is_large: The value to assign to the is_large property of this FileDiffResponse. :type is_large: bool :param is_binary: The value to assign to the is_binary property of this FileDiffResponse. :type is_binary: bool :param changes: The value to assign to the changes property of this FileDiffResponse. :type changes: list[oci.devops.models.DiffChunk] �str�boolzlist[DiffChunk])�old_path�new_path�old_id�new_id�are_conflicts_in_file�is_large� is_binary�changes�oldPath�newPath�oldId�newId�areConflictsInFile�isLarge�isBinaryr N) � swagger_types� attribute_map� _old_path� _new_path�_old_id�_new_id�_are_conflicts_in_file� _is_large� _is_binary�_changes)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/file_diff_response.py�__init__ s4 '��zFileDiffResponse.__init__c C s | j S )z� Gets the old_path of this FileDiffResponse. The path on the base version to the changed object. :return: The old_path of this FileDiffResponse. :rtype: str �r �r"