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
fromboldsign.models.embedded_send_template_form_requestimportEmbeddedSendTemplateFormRequest# TODO update the JSON string belowjson="{}"# create an instance of EmbeddedSendTemplateFormRequest from a JSON stringembedded_send_template_form_request_instance=EmbeddedSendTemplateFormRequest.from_json(json)
# print the JSON string representation of the objectprint(EmbeddedSendTemplateFormRequest.to_json())
# convert the object into a dictembedded_send_template_form_request_dict=embedded_send_template_form_request_instance.to_dict()
# create an instance of EmbeddedSendTemplateFormRequest from a dictembedded_send_template_form_request_from_dict=EmbeddedSendTemplateFormRequest.from_dict(embedded_send_template_form_request_dict)