📂 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
›
email
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/email/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: suppression.cpython-39.opt-1.pyc
a ���f�3 � @ 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 @ s2 e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�SuppressionzA The full information representing an email suppression. �UNKNOWN� HARDBOUNCE� COMPLAINT�MANUAL� SOFTBOUNCE�UNSUBSCRIBEc K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )a� Initializes a new Suppression object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this Suppression. :type compartment_id: str :param email_address: The value to assign to the email_address property of this Suppression. :type email_address: str :param id: The value to assign to the id property of this Suppression. :type id: str :param reason: The value to assign to the reason property of this Suppression. Allowed values for this property are: "UNKNOWN", "HARDBOUNCE", "COMPLAINT", "MANUAL", "SOFTBOUNCE", "UNSUBSCRIBE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type reason: str :param time_created: The value to assign to the time_created property of this Suppression. :type time_created: datetime :param time_last_suppressed: The value to assign to the time_last_suppressed property of this Suppression. :type time_last_suppressed: datetime :param message_id: The value to assign to the message_id property of this Suppression. :type message_id: str :param error_detail: The value to assign to the error_detail property of this Suppression. :type error_detail: str :param error_source: The value to assign to the error_source property of this Suppression. :type error_source: str �strZdatetime) �compartment_id� email_address�id�reason�time_created�time_last_suppressed� message_id�error_detail�error_sourceZ compartmentIdZemailAddressr r ZtimeCreatedZtimeLastSuppressedZ messageIdZerrorDetailZerrorSourceN)Z swagger_typesZ attribute_map�_compartment_id�_email_address�_id�_reason� _time_created�_time_last_suppressed�_message_id� _error_detail� _error_source)�self�kwargs� r"