📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: pull_request_file_change_summary.cpython-39.pyc
a ���fd: � @ 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� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�PullRequestFileChangeSummaryz4 Entry for description of change on a file. c K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a Initializes a new PullRequestFileChangeSummary 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 PullRequestFileChangeSummary. :type change_type: str :param object_type: The value to assign to the object_type property of this PullRequestFileChangeSummary. :type object_type: str :param commit_id: The value to assign to the commit_id property of this PullRequestFileChangeSummary. :type commit_id: str :param old_path: The value to assign to the old_path property of this PullRequestFileChangeSummary. :type old_path: str :param new_path: The value to assign to the new_path property of this PullRequestFileChangeSummary. :type new_path: str :param old_id: The value to assign to the old_id property of this PullRequestFileChangeSummary. :type old_id: str :param new_id: The value to assign to the new_id property of this PullRequestFileChangeSummary. :type new_id: str :param added_lines_count: The value to assign to the added_lines_count property of this PullRequestFileChangeSummary. :type added_lines_count: int :param deleted_lines_count: The value to assign to the deleted_lines_count property of this PullRequestFileChangeSummary. :type deleted_lines_count: int :param has_conflicts: The value to assign to the has_conflicts property of this PullRequestFileChangeSummary. :type has_conflicts: bool :param freeform_tags: The value to assign to the freeform_tags property of this PullRequestFileChangeSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this PullRequestFileChangeSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this PullRequestFileChangeSummary. :type system_tags: dict(str, dict(str, object)) �str�int�boolzdict(str, str)zdict(str, dict(str, object))) �change_type�object_type� commit_id�old_path�new_path�old_id�new_id�added_lines_count�deleted_lines_count� has_conflicts� freeform_tags�defined_tags�system_tagsZ changeTypeZ objectTypeZcommitIdZoldPathZnewPathZoldIdZnewIdZaddedLinesCountZdeletedLinesCountZhasConflictsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_change_type�_object_type� _commit_id� _old_path� _new_path�_old_id�_new_id�_added_lines_count�_deleted_lines_count�_has_conflicts�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r&