You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The body of the SMS message. Max length 160 characters.
Example
fromonelogin.models.message_template_template_one_of1importMessageTemplateTemplateOneOf1# TODO update the JSON string belowjson="{}"# create an instance of MessageTemplateTemplateOneOf1 from a JSON stringmessage_template_template_one_of1_instance=MessageTemplateTemplateOneOf1.from_json(json)
# print the JSON string representation of the objectprintMessageTemplateTemplateOneOf1.to_json()
# convert the object into a dictmessage_template_template_one_of1_dict=message_template_template_one_of1_instance.to_dict()
# create an instance of MessageTemplateTemplateOneOf1 from a dictmessage_template_template_one_of1_form_dict=message_template_template_one_of1.from_dict(message_template_template_one_of1_dict)