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 )
FooterHtmlzThe HTML in a Footer.Nc                 C   s   d| _ |dur|| _dS dS )zCreate a FooterHtml object

        :param footer_html: The html content of your footer.
        :type footer_html: string, optional
        N)_footer_htmlfooter_html)selfr    r   T/var/www/html/venv/lib/python3.10/site-packages/sendgrid/helpers/mail/footer_html.py__init__   s   
zFooterHtml.__init__c                 C      | j S )zAThe html content of your footer.

        :rtype: string
        r   r   r   r   r   r      s   zFooterHtml.footer_htmlc                 C   s
   || _ dS )z{The html content of your footer.

        :param html: The html content of your footer.
        :type html: string
        Nr	   )r   htmlr   r   r   r      s   
c                 C   r   )z
        Get a JSON-ready representation of this FooterHtml.

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