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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�ProtectedBranchSummaryzH Holds information used to restrict certain actions on branches � READ_ONLY�PULL_REQUEST_MERGE_ONLYc K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new ProtectedBranchSummary 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 ProtectedBranchSummary. :type branch_name: str :param protection_levels: The value to assign to the protection_levels property of this ProtectedBranchSummary. Allowed values for items in this list are: "READ_ONLY", "PULL_REQUEST_MERGE_ONLY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type protection_levels: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this ProtectedBranchSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ProtectedBranchSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ProtectedBranchSummary. :type system_tags: dict(str, dict(str, object)) �strz list[str]zdict(str, str)zdict(str, dict(str, object)))�branch_name�protection_levels� freeform_tags�defined_tags�system_tagsZ branchNameZprotectionLevelsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_branch_name�_protection_levels�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/devops/models/protected_branch_summary.py�__init__ s"