ruạṛ
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"