ruạṛ
a N��f�2 � @ 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 �str�datetime) �compartment_id� email_address�id�reason�time_created�time_last_suppressed� message_id�error_detail�error_source� compartmentId�emailAddressr r �timeCreated�timeLastSuppressed� messageId�errorDetail�errorSourceN)� swagger_types� attribute_map�_compartment_id�_email_address�_id�_reason� _time_created�_time_last_suppressed�_message_id� _error_detail� _error_source)�self�kwargs� r, ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/email/models/suppression.py�__init__( s: -� �zSuppression.__init__c C s | j S )a9 **[Required]** Gets the compartment_id of this Suppression. The OCID of the compartment to contain the suppression. Since suppressions are at the customer level, this must be the tenancy OCID. :return: The compartment_id of this Suppression. :rtype: str �r! �r* r, r, r- r v s zSuppression.compartment_idc C s || _ dS )a7 Sets the compartment_id of this Suppression. The OCID of the compartment to contain the suppression. Since suppressions are at the customer level, this must be the tenancy OCID. :param compartment_id: The compartment_id of this Suppression. :type: str Nr/ )r* r r, r, r- r � s c C s | j S )z� **[Required]** Gets the email_address of this Suppression. Email address of the suppression. :return: The email_address of this Suppression. :rtype: str �r"