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.template_shared_template_detailimportTemplateSharedTemplateDetail# TODO update the JSON string belowjson="{}"# create an instance of TemplateSharedTemplateDetail from a JSON stringtemplate_shared_template_detail_instance=TemplateSharedTemplateDetail.from_json(json)
# print the JSON string representation of the objectprint(TemplateSharedTemplateDetail.to_json())
# convert the object into a dicttemplate_shared_template_detail_dict=template_shared_template_detail_instance.to_dict()
# create an instance of TemplateSharedTemplateDetail from a dicttemplate_shared_template_detail_from_dict=TemplateSharedTemplateDetail.from_dict(template_shared_template_detail_dict)