| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.9/site-packages/oci/devops/models/__pycache__/ |
Upload File : |
a
���f�m � @ 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 ZdZdZdZdZdZdZdZ dZ
d Zd
ZdZ
dZd
d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Zejd8d7� �Zed9d:� �Z e jd;d:� �Z ed<d=� �Z!e!jd>d=� �Z!ed?d@� �Z"e"jdAd@� �Z"edBdC� �Z#e#jdDdC� �Z#edEdF� �Z$e$jdGdF� �Z$edHdI� �Z%e%jdJdI� �Z%edKdL� �Z&e&jdMdL� �Z&edNdO� �Z'e'jdPdO� �Z'edQdR� �Z(e(jdSdR� �Z(dTdU� Z)dVdW� Z*dXdY� Z+dZS )[�PullRequestz[
Pull Request containing the diff between a review branch and a destination branch
�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�OPEN�CONFLICT�CLOSED�MERGING�MERGEDc K s� dddddddddddddddddddddddd �| _ d
ddd
ddddddddddddddddddd d �| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _ d!| _
d!| _d!| _d!| _
d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!S )"a�
Initializes a new PullRequest object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param id:
The value to assign to the id property of this PullRequest.
:type id: str
:param display_name:
The value to assign to the display_name property of this PullRequest.
:type display_name: str
:param description:
The value to assign to the description property of this PullRequest.
:type description: str
:param compartment_id:
The value to assign to the compartment_id property of this PullRequest.
:type compartment_id: str
:param repository_id:
The value to assign to the repository_id property of this PullRequest.
:type repository_id: str
:param source_branch:
The value to assign to the source_branch property of this PullRequest.
:type source_branch: str
:param destination_branch:
The value to assign to the destination_branch property of this PullRequest.
:type destination_branch: str
:param source_commit_id_at_termination:
The value to assign to the source_commit_id_at_termination property of this PullRequest.
:type source_commit_id_at_termination: str
:param merge_base_commit_id_at_termination:
The value to assign to the merge_base_commit_id_at_termination property of this PullRequest.
:type merge_base_commit_id_at_termination: str
:param time_created:
The value to assign to the time_created property of this PullRequest.
:type time_created: datetime
:param time_updated:
The value to assign to the time_updated property of this PullRequest.
:type time_updated: datetime
:param lifecycle_state:
The value to assign to the lifecycle_state property of this PullRequest.
Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type lifecycle_state: str
:param lifecycle_details:
The value to assign to the lifecycle_details property of this PullRequest.
Allowed values for this property are: "OPEN", "CONFLICT", "CLOSED", "MERGING", "MERGED", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type lifecycle_details: str
:param reviewers:
The value to assign to the reviewers property of this PullRequest.
:type reviewers: list[oci.devops.models.Reviewer]
:param merge_checks:
The value to assign to the merge_checks property of this PullRequest.
:type merge_checks: oci.devops.models.MergeCheckCollection
:param created_by:
The value to assign to the created_by property of this PullRequest.
:type created_by: oci.devops.models.PrincipalDetails
:param merged_by:
The value to assign to the merged_by property of this PullRequest.
:type merged_by: oci.devops.models.PrincipalDetails
:param source_repository_id:
The value to assign to the source_repository_id property of this PullRequest.
:type source_repository_id: str
:param total_comments:
The value to assign to the total_comments property of this PullRequest.
:type total_comments: int
:param total_reviewers:
The value to assign to the total_reviewers property of this PullRequest.
:type total_reviewers: int
:param freeform_tags:
The value to assign to the freeform_tags property of this PullRequest.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this PullRequest.
:type defined_tags: dict(str, dict(str, object))
:param system_tags:
The value to assign to the system_tags property of this PullRequest.
:type system_tags: dict(str, dict(str, object))
�strZdatetimezlist[Reviewer]ZMergeCheckCollectionZPrincipalDetails�intzdict(str, str)zdict(str, dict(str, object)))�id�display_name�description�compartment_id�
repository_id�
source_branch�destination_branch�source_commit_id_at_termination�#merge_base_commit_id_at_termination�time_created�time_updated�lifecycle_state�lifecycle_details� reviewers�merge_checks�
created_by� merged_by�source_repository_id�total_comments�total_reviewers�
freeform_tags�defined_tags�system_tagsr ZdisplayNamer Z
compartmentIdZrepositoryIdZsourceBranchZdestinationBranchZsourceCommitIdAtTerminationZmergeBaseCommitIdAtTerminationZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsr! ZmergeChecksZ createdByZmergedByZsourceRepositoryIdZ
totalCommentsZtotalReviewersZfreeformTagsZdefinedTagsZ
systemTagsN)Z
swagger_typesZ
attribute_map�_id�
_display_name�_description�_compartment_id�_repository_id�_source_branch�_destination_branch� _source_commit_id_at_termination�$_merge_base_commit_id_at_termination�
_time_created�
_time_updated�_lifecycle_state�_lifecycle_details�
_reviewers�
_merge_checks�_created_by�
_merged_by�_source_repository_id�_total_comments�_total_reviewers�_freeform_tags�
_defined_tags�_system_tags)�self�kwargs� rD �B/usr/lib/python3.9/site-packages/oci/devops/models/pull_request.py�__init__>