
    xhQ                     "     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 )SubscriptionHtmlz$The HTML of an SubscriptionTracking.Nc                 *    d| _         |	|| _        dS dS )aB  Create a SubscriptionHtml object

        :param subscription_html: Html to be appended to the email, with the
                                  subscription tracking link. You may control
                                  where the link is by using the tag <% %>
        :type subscription_html: string, optional
        N)_subscription_htmlsubscription_html)selfr   s     Z/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/subscription_html.py__init__zSubscriptionHtml.__init__   s(     #'(%6D""" )(    c                     | j         S )zHtml to be appended to the email, with the subscription tracking link.
           You may control where the link is by using the tag <% %>

        :rtype: string
        r   r   s    r   r   z"SubscriptionHtml.subscription_html   s     &&r
   c                     || _         dS )ar  Html to be appended to the email, with the subscription tracking link.
           You may control where the link is by using the tag <% %>

        :param value: Html to be appended to the email, with the subscription
                      tracking link. You may control where the link is by using
                      the tag <% %>
        :type value: string
        Nr   )r   values     r   r   z"SubscriptionHtml.subscription_html   s     #(r
   c                     | j         S )z
        Get a JSON-ready representation of this SubscriptionHtml.

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