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
frompdf_generator_api_client.models.import_template_url_templateimportImportTemplateUrlTemplate# TODO update the JSON string belowjson="{}"# create an instance of ImportTemplateUrlTemplate from a JSON stringimport_template_url_template_instance=ImportTemplateUrlTemplate.from_json(json)
# print the JSON string representation of the objectprint(ImportTemplateUrlTemplate.to_json())
# convert the object into a dictimport_template_url_template_dict=import_template_url_template_instance.to_dict()
# create an instance of ImportTemplateUrlTemplate from a dictimport_template_url_template_from_dict=ImportTemplateUrlTemplate.from_dict(import_template_url_template_dict)