File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ def __init__(self,
4242 subject = None ,
4343 preheader = None ,
4444 body = None ,
45- plaintext_body = None ,
46- amp_body = None ,
45+ body_plaintext = None ,
46+ body_amp = None ,
4747 fake_bcc = None ,
4848 disable_message_retention = None ,
4949 send_to_unsubscribed = None ,
@@ -66,8 +66,8 @@ def __init__(self,
6666 self .subject = subject
6767 self .preheader = preheader
6868 self .body = body
69- self .plaintext_body = plaintext_body
70- self .amp_body = amp_body
69+ self .body_plaintext = body_plaintext
70+ self .body_amp = body_amp
7171 self .fake_bcc = fake_bcc
7272 self .disable_message_retention = disable_message_retention
7373 self .send_to_unsubscribed = send_to_unsubscribed
@@ -111,8 +111,8 @@ def _to_dict(self):
111111 subject = "subject" ,
112112 preheader = "preheader" ,
113113 body = "body" ,
114- plaintext_body = "plaintext_body " ,
115- amp_body = "amp_body " ,
114+ body_plaintext = "body_plaintext " ,
115+ body_amp = "body_amp " ,
116116 fake_bcc = "fake_bcc" ,
117117 disable_message_retention = "disable_message_retention" ,
118118 send_to_unsubscribed = "send_to_unsubscribed" ,
You can’t perform that action at this time.
0 commit comments