📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: approval_rule_merge_check.cpython-39.pyc
a ���f#$ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� MergeCheck� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�ApprovalRuleMergeCheckz+ The status of the approval rules. �NEEDS_APPROVAL� SUCCEEDED�PROJECT� REPOSITORYc K s` dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d | _dS )a Initializes a new ApprovalRuleMergeCheck object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.ApprovalRuleMergeCheck.type` attribute of this class is ``APPROVAL_RULE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this ApprovalRuleMergeCheck. Allowed values for this property are: "CONFLICT", "APPROVAL_RULE", "BUILD", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param rule_name: The value to assign to the rule_name property of this ApprovalRuleMergeCheck. :type rule_name: str :param status: The value to assign to the status property of this ApprovalRuleMergeCheck. Allowed values for this property are: "NEEDS_APPROVAL", "SUCCEEDED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param total_approval_count: The value to assign to the total_approval_count property of this ApprovalRuleMergeCheck. :type total_approval_count: int :param current_approval_count: The value to assign to the current_approval_count property of this ApprovalRuleMergeCheck. :type current_approval_count: int :param reviewers: The value to assign to the reviewers property of this ApprovalRuleMergeCheck. :type reviewers: list[oci.devops.models.PrincipalDetails] :param level: The value to assign to the level property of this ApprovalRuleMergeCheck. Allowed values for this property are: "PROJECT", "REPOSITORY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type level: str �str�intzlist[PrincipalDetails])�type� rule_name�status�total_approval_count�current_approval_count� reviewers�levelr ZruleNamer ZtotalApprovalCountZcurrentApprovalCountr r NZ APPROVAL_RULE) Z swagger_typesZ attribute_mapZ_type� _rule_name�_status�_total_approval_count�_current_approval_count� _reviewers�_level)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/devops/models/approval_rule_merge_check.py�__init__"