o
    wÔ+fW  ã                   @   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 )ÚSpamThresholdz¬The threshold used to determine if your content qualifies as spam
       on a scale from 1 to 10, with 10 being most strict, or most likely
       to be considered as spam.Nc                 C   s   d| _ |dur|| _dS dS )ar  Create a SpamThreshold object

        :param spam_threshold: The threshold used to determine if your content
                               qualifies as spam on a scale from 1 to 10, with
                               10 being most strict, or most likely to be
                               considered as spam.
        :type spam_threshold: integer, optional
        N)Ú_spam_thresholdÚspam_threshold)Úselfr   © r   úW/var/www/html/venv/lib/python3.10/site-packages/sendgrid/helpers/mail/spam_threshold.pyÚ__init__   s   	
ÿzSpamThreshold.__init__c                 C   ó   | j S )záThe threshold used to determine if your content
           qualifies as spam on a scale from 1 to 10, with
           10 being most strict, or most likely to be
           considered as spam.

        :rtype: integer
        ©r   ©r   r   r   r   r      s   	zSpamThreshold.spam_thresholdc                 C   s
   || _ dS )a³  The threshold used to determine if your content
           qualifies as spam on a scale from 1 to 10, with
           10 being most strict, or most likely to be
           considered as spam.

        :param value: The threshold used to determine if your content
        qualifies as spam on a scale from 1 to 10, with
        10 being most strict, or most likely to be
        considered as spam.
        :type value: integer
        Nr	   )r   Úvaluer   r   r   r      s   
c                 C   r   )z¨
        Get a JSON-ready representation of this SpamThreshold.

        :returns: This SpamThreshold, ready for use in a request body.
        :rtype: integer
        )r   r
   r   r   r   Úget.   s   zSpamThreshold.get)N)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr   r   r   r   r   r      s    



r   N)Úobjectr   r   r   r   r   Ú<module>   s    