o
    wÔ+fá  ã                   @   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 )ÚBccSettingsEmailz&The BccSettingsEmail of an Attachment.Nc                 C   s   d| _ |dur|| _dS dS )zÜCreate 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   © r   ú[/var/www/html/venv/lib/python3.10/site-packages/sendgrid/helpers/mail/bcc_settings_email.pyÚ__init__   s   
ÿzBccSettingsEmail.__init__c                 C   ó   | j S )zYThe email address that you would like to receive the BCC

        :rtype: string
        ©r   ©r   r   r   r   r      s   z#BccSettingsEmail.bcc_settings_emailc                 C   s
   || _ dS )z­The 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   Úvaluer   r   r   r      s   
c                 C   r   )z­
        Get a JSON-ready representation of this BccSettingsEmail.

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