📂 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_action.cpython-39.pyc
a ���fl � @ 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 � �Zdd� Zdd� Z dd� ZdS )�ApprovalActionzL Information about the approval action of DevOps deployment stages. �APPROVE�REJECTc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new ApprovalAction object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param subject_id: The value to assign to the subject_id property of this ApprovalAction. :type subject_id: str :param action: The value to assign to the action property of this ApprovalAction. Allowed values for this property are: "APPROVE", "REJECT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action: str :param reason: The value to assign to the reason property of this ApprovalAction. :type reason: str �str)� subject_id�action�reasonZ subjectIdr r N)Z swagger_typesZ attribute_map�_subject_id�_action�_reason)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/devops/models/approval_action.py�__init__ s ��zApprovalAction.__init__c C s | j S )z� **[Required]** Gets the subject_id of this ApprovalAction. The subject ID of the user who approves or disapproves a DevOps deployment stage. :return: The subject_id of this ApprovalAction. :rtype: str �r �r r r r r >