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
fromopenapi_client.models.unibee_api_bean_merchant_email_template_simplifyimportUnibeeApiBeanMerchantEmailTemplateSimplify# TODO update the JSON string belowjson="{}"# create an instance of UnibeeApiBeanMerchantEmailTemplateSimplify from a JSON stringunibee_api_bean_merchant_email_template_simplify_instance=UnibeeApiBeanMerchantEmailTemplateSimplify.from_json(json)
# print the JSON string representation of the objectprintUnibeeApiBeanMerchantEmailTemplateSimplify.to_json()
# convert the object into a dictunibee_api_bean_merchant_email_template_simplify_dict=unibee_api_bean_merchant_email_template_simplify_instance.to_dict()
# create an instance of UnibeeApiBeanMerchantEmailTemplateSimplify from a dictunibee_api_bean_merchant_email_template_simplify_form_dict=unibee_api_bean_merchant_email_template_simplify.from_dict(unibee_api_bean_merchant_email_template_simplify_dict)