📂 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_summary.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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �SuppressionSummaryz: The full information representing a suppression. �UNKNOWN� HARDBOUNCE� COMPLAINT�MANUAL� SOFTBOUNCE�UNSUBSCRIBEc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new SuppressionSummary 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 SuppressionSummary. :type compartment_id: str :param email_address: The value to assign to the email_address property of this SuppressionSummary. :type email_address: str :param id: The value to assign to the id property of this SuppressionSummary. :type id: str :param reason: The value to assign to the reason property of this SuppressionSummary. 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 SuppressionSummary. :type time_created: datetime �strZdatetime)�compartment_id� email_address�id�reason�time_createdZ compartmentIdZemailAddressr r ZtimeCreatedN)Z swagger_typesZ attribute_map�_compartment_id�_email_address�_id�_reason� _time_created)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/email/models/suppression_summary.py�__init__* s"