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 )Ú
TemplateIdz(The template ID of an Attachment object.Nc                 C   s   d| _ |dur|| _dS dS )zŒCreate a TemplateId object

        :param template_id: The template id for the message
        :type template_id: string, optional
        N)Ú_template_idÚtemplate_id)Úselfr   © r   úT/var/www/html/venv/lib/python3.10/site-packages/sendgrid/helpers/mail/template_id.pyÚ__init__   s   
ÿzTemplateId.__init__c                 C   ó   | j S )z@The template id for the message

        :rtype: string
        ©r   ©r   r   r   r   r      s   zTemplateId.template_idc                 C   s
   || _ dS )z|The template id for the message

        :param value:  The template id for the message
        :type value: string
        Nr	   )r   Úvaluer   r   r   r      s   
c                 C   r   )z¡
        Get a JSON-ready representation of this TemplateId.

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