ó
ş9^c           @   s   d  e  f d     YZ d S(   t   BccSettingsEmailc           B   sD   e  Z d  Z d d  Z e d    Z e j d    Z d   Z RS(   s&   The BccSettingsEmail of an Attachment.c         C   s%   d |  _ | d k	 r! | |  _ n  d S(   sÜ   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(   t   Nonet   _bcc_settings_emailt   bcc_settings_email(   t   selfR   (    (    sJ   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/bcc_settings_email.pyt   __init__   s    	c         C   s   |  j  S(   sY   The email address that you would like to receive the BCC

        :rtype: string
        (   R   (   R   (    (    sJ   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/bcc_settings_email.pyR      s    c         C   s   | |  _  d S(   s­   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
        N(   R   (   R   t   value(    (    sJ   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/bcc_settings_email.pyR      s    c         C   s   |  j  S(   s­   
        Get a JSON-ready representation of this BccSettingsEmail.

        :returns: This BccSettingsEmail, ready for use in a request body.
        :rtype: string
        (   R   (   R   (    (    sJ   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/bcc_settings_email.pyt   get!   s    N(	   t   __name__t
   __module__t   __doc__R   R   t   propertyR   t   setterR   (    (    (    sJ   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/bcc_settings_email.pyR       s
   	N(   t   objectR    (    (    (    sJ   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/bcc_settings_email.pyt   <module>   t    