
    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 )
TemplateIdz(The template ID of an Attachment object.Nc                 *    d| _         |	|| _        dS dS )zCreate a TemplateId object

        :param template_id: The template id for the message
        :type template_id: string, optional
        N)_template_idtemplate_id)selfr   s     T/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/template_id.py__init__zTemplateId.__init__   s(     !"*D #"    c                     | j         S )z@The template id for the message

        :rtype: string
        r   r   s    r   r   zTemplateId.template_id   s       r
   c                     || _         dS )z|The template id for the message

        :param value:  The template id for the message
        :type value: string
        Nr   )r   values     r   r   zTemplateId.template_id   s     "r
   c                     | j         S )z
        Get a JSON-ready representation of this TemplateId.

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