📂 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_data_plane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/email_data_plane/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: email_submitted_response.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�EmailSubmittedResponsezd Response object that is returned to sender upon successfully submitting the email request. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new EmailSubmittedResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param message_id: The value to assign to the message_id property of this EmailSubmittedResponse. :type message_id: str :param envelope_id: The value to assign to the envelope_id property of this EmailSubmittedResponse. :type envelope_id: str :param suppressed_recipients: The value to assign to the suppressed_recipients property of this EmailSubmittedResponse. :type suppressed_recipients: list[oci.email_data_plane.models.EmailAddress] �strzlist[EmailAddress])� message_id�envelope_id�suppressed_recipientsZ messageIdZ envelopeIdZsuppressedRecipientsN)Z swagger_typesZ attribute_map�_message_id�_envelope_id�_suppressed_recipients)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/email_data_plane/models/email_submitted_response.py�__init__ s ��zEmailSubmittedResponse.__init__c C s | j S )a� **[Required]** Gets the message_id of this EmailSubmittedResponse. The unique ID for the email's Message-ID header used for service log correlation. The submission will return an error if the syntax is not a valid RFC 5322 Message-ID. This will be generated if not provided. Example: sdiofu234qwermls24fd@mail.example.com :return: The message_id of this EmailSubmittedResponse. :rtype: str �r �r r r r r 4 s z!EmailSubmittedResponse.message_idc C s || _ dS )a� Sets the message_id of this EmailSubmittedResponse. The unique ID for the email's Message-ID header used for service log correlation. The submission will return an error if the syntax is not a valid RFC 5322 Message-ID. This will be generated if not provided. Example: sdiofu234qwermls24fd@mail.example.com :param message_id: The message_id of this EmailSubmittedResponse. :type: str Nr )r r r r r r A s c C s | j S )a[ **[Required]** Gets the envelope_id of this EmailSubmittedResponse. Email Delivery generated unique Envelope ID of the email submission. If you need to contact Email Delivery about a particular request, please provide the Envelope ID. :return: The envelope_id of this EmailSubmittedResponse. :rtype: str �r r r r r r N s z"EmailSubmittedResponse.envelope_idc C s || _ dS )aV Sets the envelope_id of this EmailSubmittedResponse. Email Delivery generated unique Envelope ID of the email submission. If you need to contact Email Delivery about a particular request, please provide the Envelope ID. :param envelope_id: The envelope_id of this EmailSubmittedResponse. :type: str Nr )r r r r r r Z s c C s | j S )a **[Required]** Gets the suppressed_recipients of this EmailSubmittedResponse. Return list of suppressed email addresses. :return: The suppressed_recipients of this EmailSubmittedResponse. :rtype: list[oci.email_data_plane.models.EmailAddress] �r r r r r r f s z,EmailSubmittedResponse.suppressed_recipientsc C s || _ dS )a# Sets the suppressed_recipients of this EmailSubmittedResponse. Return list of suppressed email addresses. :param suppressed_recipients: The suppressed_recipients of this EmailSubmittedResponse. :type: list[oci.email_data_plane.models.EmailAddress] Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__~ s zEmailSubmittedResponse.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zEmailSubmittedResponse.__eq__c C s | |k S r r r r r r �__ne__� s zEmailSubmittedResponse.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"