
    xh                     "     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 )BccSettingsEmailz&The BccSettingsEmail of an Attachment.Nc                 *    d| _         |	|| _        dS dS )zCreate a BccSettingsEmail object

        :param bcc_settings_email: The email address that you would like to
                                   receive the BCC
        :type bcc_settings_email: string, optional
        N)_bcc_settings_emailbcc_settings_email)selfr   s     [/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/bcc_settings_email.py__init__zBccSettingsEmail.__init__   s(     $( )&8D### *)    c                     | j         S )zYThe email address that you would like to receive the BCC

        :rtype: string
        r   r   s    r   r   z#BccSettingsEmail.bcc_settings_email   s     ''r
   c                     || _         dS )zThe email address that you would like to receive the BCC

        :param value: The email address that you would like to receive the BCC
        :type value: string
        Nr   )r   values     r   r   z#BccSettingsEmail.bcc_settings_email   s     $)   r
   c                     | j         S )z
        Get a JSON-ready representation of this BccSettingsEmail.

        :returns: This BccSettingsEmail, ready for use in a request body.
        :rtype: string
        )r   r   s    r   getzBccSettingsEmail.get!   s     &&r
   )N)	__name__
__module____qualname____doc__r	   propertyr   setterr    r
   r   r   r      sw        00
9 
9 
9 
9 ( ( X( ) ) )' ' ' ' 'r
   r   N)objectr   r   r
   r   <module>r      s9   '' '' '' '' ''v '' '' '' '' ''r
   