
    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 )
FooterTextzThe text in an Footer.Nc                 *    d| _         |	|| _        dS dS )zCreate a FooterText object

        :param footer_text: The plain text content of your footer.
        :type footer_text: string, optional
        N)_footer_textfooter_text)selfr   s     T/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/footer_text.py__init__zFooterText.__init__   s(     !"*D #"    c                     | j         S )zGThe plain text content of your footer.

        :rtype: string
        r   r   s    r   r   zFooterText.footer_text   s       r
   c                     || _         dS )zThe plain text content of your footer.

        :param value: The plain text content of your footer.
        :type value: string
        Nr   )r   values     r   r   zFooterText.footer_text   s     "r
   c                     | j         S )z
        Get a JSON-ready representation of this FooterText.

        :returns: This FooterText, ready for use in a request body.
        :rtype: string
        )r   r   s    r   getzFooterText.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
   