o
    wÔ+fQ  ã                   @   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 )ÚSubscriptionHtmlz$The HTML of an SubscriptionTracking.Nc                 C   s   d| _ |dur|| _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   © r   úZ/var/www/html/venv/lib/python3.10/site-packages/sendgrid/helpers/mail/subscription_html.pyÚ__init__   s   
ÿzSubscriptionHtml.__init__c                 C   ó   | j S )z«Html 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   r   r   r   r      ó   z"SubscriptionHtml.subscription_htmlc                 C   s
   || _ 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   Úvaluer   r   r   r      s   

c                 C   r   )z­
        Get a JSON-ready representation of this SubscriptionHtml.

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