
    xha                     "     G d  de           ZdS )c                   V    e Zd ZdZddZed             Zej        d             Z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                 *    d| _         |	|| _        dS dS )zCreate 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   s     Q/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/spam_url.py__init__zSpamUrl.__init__   s$     $DMMM      c                     | j         S )zAn 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   s    r   r   zSpamUrl.spam_url   s     ~r
   c                     || _         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   values     r   r   zSpamUrl.spam_url   s     r
   c                     | j         S )z
        Get a JSON-ready representation of this SpamUrl.

        :returns: This SpamUrl, ready for use in a request body.
        :rtype: string
        )r   r   s    r   getzSpamUrl.get%   s     }r
   )N)	__name__
__module____qualname____doc__r	   propertyr   setterr    r
   r   r   r      sy        4 4
% 
% 
% 
%   X _  _    r
   r   N)objectr   r   r
   r   <module>r      s9   + + + + +f + + + + +r
   