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
fromfastreport_cloud_sdk.models.create_export_template_task_vmimportCreateExportTemplateTaskVM# TODO update the JSON string belowjson="{}"# create an instance of CreateExportTemplateTaskVM from a JSON stringcreate_export_template_task_vm_instance=CreateExportTemplateTaskVM.from_json(json)
# print the JSON string representation of the objectprintCreateExportTemplateTaskVM.to_json()
# convert the object into a dictcreate_export_template_task_vm_dict=create_export_template_task_vm_instance.to_dict()
# create an instance of CreateExportTemplateTaskVM from a dictcreate_export_template_task_vm_form_dict=create_export_template_task_vm.from_dict(create_export_template_task_vm_dict)