
    xhW                     "     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 )SpamThresholdzThe 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                 *    d| _         |	|| _        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   s     W/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/spam_threshold.py__init__zSpamThreshold.__init__   s(      $%"0D &%    c                     | j         S )zThe 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   s    r   r   zSpamThreshold.spam_threshold   s     ##r
   c                     || _         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   values     r   r   zSpamThreshold.spam_threshold   s      %r
   c                     | j         S )z
        Get a JSON-ready representation of this SpamThreshold.

        :returns: This SpamThreshold, ready for use in a request body.
        :rtype: integer
        )r   r   s    r   getzSpamThreshold.get.   s     ""r
   )N)	__name__
__module____qualname____doc__r	   propertyr   setterr    r
   r   r   r      s{        $ $1 1 1 1 $ $ X$ % % %# # # # #r
   r   N)objectr   r   r
   r   <module>r      s9   4# 4# 4# 4# 4#F 4# 4# 4# 4# 4#r
   