We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a73513 commit 6c26450Copy full SHA for 6c26450
sendgrid/helpers/mail/subscription_tracking.py
@@ -11,12 +11,12 @@ def __init__(
11
:param enable: Whether this setting is enabled.
12
:type enable: boolean, optional
13
:param text: Text to be appended to the email with the link as "<% %>".
14
- :type text: string, optional
+ :type text: SubscriptionText, optional
15
:param html: HTML to be appended to the email with the link as "<% %>".
16
- :type html: string, optional
+ :type html: SubscriptionHtml, optional
17
:param substitution_tag: Tag replaced with URL. Overrides text, html
18
params.
19
- :type substitution_tag: string, optional
+ :type substitution_tag: SubscriptionSubstitutionTag, optional
20
"""
21
self._enable = None
22
self._text = None
0 commit comments