ó
š9^c           @   s   d  e  f d     YZ d S(   t
   TemplateIdc           B   sD   e  Z d  Z d d  Z e d    Z e j d    Z d   Z RS(   s(   The template ID of an Attachment object.c         C   s%   d |  _ | d k	 r! | |  _ n  d S(   s   Create a TemplateId object

        :param template_id: The template id for the message
        :type template_id: string, optional
        N(   t   Nonet   _template_idt   template_id(   t   selfR   (    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/template_id.pyt   __init__   s    	c         C   s   |  j  S(   s@   The template id for the message

        :rtype: string
        (   R   (   R   (    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/template_id.pyR      s    c         C   s   | |  _  d S(   s|   The template id for the message

        :param value:  The template id for the message
        :type value: string
        N(   R   (   R   t   value(    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/template_id.pyR      s    c         C   s   |  j  S(   sĄ   
        Get a JSON-ready representation of this TemplateId.

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