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 @ 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� �Zdd� Z dd� Zdd� ZdS )�UpdatePullRequestDetailsz( The information to be updated. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new UpdatePullRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdatePullRequestDetails. :type display_name: str :param description: The value to assign to the description property of this UpdatePullRequestDetails. :type description: str :param destination_branch: The value to assign to the destination_branch property of this UpdatePullRequestDetails. :type destination_branch: str :param reviewers: The value to assign to the reviewers property of this UpdatePullRequestDetails. :type reviewers: list[oci.devops.models.UpdateReviewerDetails] :param freeform_tags: The value to assign to the freeform_tags property of this UpdatePullRequestDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdatePullRequestDetails. :type defined_tags: dict(str, dict(str, object)) �strzlist[UpdateReviewerDetails]zdict(str, str)zdict(str, dict(str, object)))�display_name�description�destination_branch� reviewers� freeform_tags�defined_tagsZdisplayNamer ZdestinationBranchr ZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_description�_destination_branch� _reviewers�_freeform_tags� _defined_tags)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/devops/models/update_pull_request_details.py�__init__ s( � � z!UpdatePullRequestDetails.__init__c C s | j S )z� Gets the display_name of this UpdatePullRequestDetails. Pull Request title :return: The display_name of this UpdatePullRequestDetails. :rtype: str �r �r r r r r I s z%UpdatePullRequestDetails.display_namec C s || _ dS )z� Sets the display_name of this UpdatePullRequestDetails. Pull Request title :param display_name: The display_name of this UpdatePullRequestDetails. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the description of this UpdatePullRequestDetails. Details of the pull request. Avoid entering confidential information. :return: The description of this UpdatePullRequestDetails. :rtype: str �r r r r r r a s z$UpdatePullRequestDetails.descriptionc C s || _ dS )z� Sets the description of this UpdatePullRequestDetails. Details of the pull request. Avoid entering confidential information. :param description: The description of this UpdatePullRequestDetails. :type: str Nr )r r r r r r m s c C s | j S )a Gets the destination_branch of this UpdatePullRequestDetails. The destination branch against which the changes are to be reviewed. Example: "main" :return: The destination_branch of this UpdatePullRequestDetails. :rtype: str �r r r r r r y s z+UpdatePullRequestDetails.destination_branchc C s || _ dS )a Sets the destination_branch of this UpdatePullRequestDetails. The destination branch against which the changes are to be reviewed. Example: "main" :param destination_branch: The destination_branch of this UpdatePullRequestDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the reviewers of this UpdatePullRequestDetails. Reviewers for this Review. :return: The reviewers of this UpdatePullRequestDetails. :rtype: list[oci.devops.models.UpdateReviewerDetails] �r r r r r r � s z"UpdatePullRequestDetails.reviewersc C s || _ dS )z� Sets the reviewers of this UpdatePullRequestDetails. Reviewers for this Review. :param reviewers: The reviewers of this UpdatePullRequestDetails. :type: list[oci.devops.models.UpdateReviewerDetails] Nr )r r r r r r � s c C s | j S )a� Gets the freeform_tags of this UpdatePullRequestDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See `Resource Tags`__. Example: `{"bar-key": "value"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdatePullRequestDetails. :rtype: dict(str, str) �r r r r r r � s z&UpdatePullRequestDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this UpdatePullRequestDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See `Resource Tags`__. Example: `{"bar-key": "value"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdatePullRequestDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the defined_tags of this UpdatePullRequestDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdatePullRequestDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z%UpdatePullRequestDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdatePullRequestDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdatePullRequestDetails. :type: dict(str, dict(str, object)) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z!UpdatePullRequestDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zUpdatePullRequestDetails.__eq__c C s | |k S r r r# r r r �__ne__� s zUpdatePullRequestDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&