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� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreatePullRequestDetailsz1 The information about new Pull Request. c K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new CreatePullRequestDetails 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 CreatePullRequestDetails. :type display_name: str :param source_branch: The value to assign to the source_branch property of this CreatePullRequestDetails. :type source_branch: str :param destination_branch: The value to assign to the destination_branch property of this CreatePullRequestDetails. :type destination_branch: str :param repository_id: The value to assign to the repository_id property of this CreatePullRequestDetails. :type repository_id: str :param source_repository_id: The value to assign to the source_repository_id property of this CreatePullRequestDetails. :type source_repository_id: str :param description: The value to assign to the description property of this CreatePullRequestDetails. :type description: str :param reviewers: The value to assign to the reviewers property of this CreatePullRequestDetails. :type reviewers: list[oci.devops.models.CreateReviewerDetails] :param freeform_tags: The value to assign to the freeform_tags property of this CreatePullRequestDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreatePullRequestDetails. :type defined_tags: dict(str, dict(str, object)) �strzlist[CreateReviewerDetails]zdict(str, str)zdict(str, dict(str, object))) �display_name� source_branch�destination_branch� repository_id�source_repository_id�description� reviewers� freeform_tags�defined_tagsZdisplayNameZsourceBranchZdestinationBranchZrepositoryIdZsourceRepositoryIdr r ZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_source_branch�_destination_branch�_repository_id�_source_repository_id�_description� _reviewers�_freeform_tags� _defined_tags)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/devops/models/create_pull_request_details.py�__init__ s: +� �z!CreatePullRequestDetails.__init__c C s | j S )z� **[Required]** Gets the display_name of this CreatePullRequestDetails. Pull Request title :return: The display_name of this CreatePullRequestDetails. :rtype: str �r �r r r r r ^ s z%CreatePullRequestDetails.display_namec C s || _ dS )z� Sets the display_name of this CreatePullRequestDetails. Pull Request title :param display_name: The display_name of this CreatePullRequestDetails. :type: str Nr )r r r r r r j s c C s | j S )z� **[Required]** Gets the source_branch of this CreatePullRequestDetails. The source branch of the pull request. :return: The source_branch of this CreatePullRequestDetails. :rtype: str �r r r r r r v s z&CreatePullRequestDetails.source_branchc C s || _ dS )z� Sets the source_branch of this CreatePullRequestDetails. The source branch of the pull request. :param source_branch: The source_branch of this CreatePullRequestDetails. :type: str Nr! )r r r r r r � s c C s | j S )a+ Gets the destination_branch of this CreatePullRequestDetails. The destination branch of the pull request. If not provided, default branch will be used as the destination branch. :return: The destination_branch of this CreatePullRequestDetails. :rtype: str �r r r r r r � s z+CreatePullRequestDetails.destination_branchc C s || _ dS )a< Sets the destination_branch of this CreatePullRequestDetails. The destination branch of the pull request. If not provided, default branch will be used as the destination branch. :param destination_branch: The destination_branch of this CreatePullRequestDetails. :type: str Nr"