
    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 )
FooterHtmlzThe HTML in a Footer.Nc                 *    d| _         |	|| _        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   s     T/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/footer_html.py__init__zFooterHtml.__init__   s(     !"*D #"    c                     | j         S )zAThe html content of your footer.

        :rtype: string
        r   r   s    r   r   zFooterHtml.footer_html   s       r
   c                     || _         dS )z{The html content of your footer.

        :param html: The html content of your footer.
        :type html: string
        Nr   )r   htmls     r   r   zFooterHtml.footer_html   s     !r
   c                     | j         S )z
        Get a JSON-ready representation of this FooterHtml.

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