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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�DeleteProtectedBranchDetailsz2 Information to delete a protected branch c K s ddi| _ ddi| _d| _dS )av Initializes a new DeleteProtectedBranchDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param branch_name: The value to assign to the branch_name property of this DeleteProtectedBranchDetails. :type branch_name: str �branch_name�strZ branchNameN)Z swagger_typesZ attribute_map�_branch_name)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/devops/models/delete_protected_branch_details.py�__init__ s ��z%DeleteProtectedBranchDetails.__init__c C s | j S )z� **[Required]** Gets the branch_name of this DeleteProtectedBranchDetails. Name of a protected branch. :return: The branch_name of this DeleteProtectedBranchDetails. :rtype: str �r �r r r r r &