o
    wÔ+fa  ã                   @   s   G d d„ de ƒZdS )c                   @   s<   e Zd ZdZd
dd„Zedd„ ƒZejdd„ ƒZdd	„ ZdS )ÚSpamUrlznAn Inbound Parse URL that you would like a copy of your email
       along with the spam report to be sent to.Nc                 C   s   d| _ |dur|| _dS dS )zäCreate a SpamUrl object

        :param spam_url: An Inbound Parse URL that you would like a copy of
                         your email along with the spam report to be sent to.
        :type spam_url: string, optional
        N)Ú	_spam_urlÚspam_url)Úselfr   © r   úQ/var/www/html/venv/lib/python3.10/site-packages/sendgrid/helpers/mail/spam_url.pyÚ__init__   s   
ÿzSpamUrl.__init__c                 C   ó   | j S )z“An Inbound Parse URL that you would like a copy of your email
           along with the spam report to be sent to.

        :rtype: string
        ©r   ©r   r   r   r   r      ó   zSpamUrl.spam_urlc                 C   s
   || _ dS )a,  An Inbound Parse URL that you would like a copy of your email
           along with the spam report to be sent to.

        :param value: An Inbound Parse URL that you would like a copy of your
                      email along with the spam report to be sent to.
        :type value: string
        Nr	   )r   Úvaluer   r   r   r      s   
	c                 C   r   )z›
        Get a JSON-ready representation of this SpamUrl.

        :returns: This SpamUrl, ready for use in a request body.
        :rtype: string
        )r   r
   r   r   r   Úget%   r   zSpamUrl.get)N)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr   r   r   r   r   r      s    



r   N)Úobjectr   r   r   r   r   Ú<module>   s    