from fastreport_cloud_sdk.models.run_ftp_upload_task_vm import RunFTPUploadTaskVM
# TODO update the JSON string below
json = "{}"
# create an instance of RunFTPUploadTaskVM from a JSON string
run_ftp_upload_task_vm_instance = RunFTPUploadTaskVM.from_json(json)
# print the JSON string representation of the object
print RunFTPUploadTaskVM.to_json()
# convert the object into a dict
run_ftp_upload_task_vm_dict = run_ftp_upload_task_vm_instance.to_dict()
# create an instance of RunFTPUploadTaskVM from a dict
run_ftp_upload_task_vm_form_dict = run_ftp_upload_task_vm.from_dict(run_ftp_upload_task_vm_dict)