📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: repository_notification_preference.cpython-39.pyc
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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )� RepositoryNotificationPreferencez8 The notification preference of the repository. �WATCH�IGNORE�MENTION� INHERITEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new RepositoryNotificationPreference object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param repository_id: The value to assign to the repository_id property of this RepositoryNotificationPreference. :type repository_id: str :param user_id: The value to assign to the user_id property of this RepositoryNotificationPreference. :type user_id: str :param notification_preference: The value to assign to the notification_preference property of this RepositoryNotificationPreference. Allowed values for this property are: "WATCH", "IGNORE", "MENTION", "INHERITED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type notification_preference: str �str)� repository_id�user_id�notification_preferenceZrepositoryIdZuserIdZnotificationPreferenceN)Z swagger_typesZ attribute_map�_repository_id�_user_id�_notification_preference)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/devops/models/repository_notification_preference.py�__init__"