| Name |
Type |
Description |
Notes |
| archive |
bool |
|
[optional] |
| archive_name |
str |
|
[optional] |
| destination_folder |
str |
|
[optional] |
| ftp_host |
str |
|
[optional] |
| ftp_port |
int |
|
[optional] |
| ftp_username |
str |
|
[optional] |
| use_sftp |
bool |
|
[optional] |
| t |
str |
|
|
from fastreport_cloud_sdk.models.ftp_upload_task_vm import FTPUploadTaskVM
# TODO update the JSON string below
json = "{}"
# create an instance of FTPUploadTaskVM from a JSON string
ftp_upload_task_vm_instance = FTPUploadTaskVM.from_json(json)
# print the JSON string representation of the object
print FTPUploadTaskVM.to_json()
# convert the object into a dict
ftp_upload_task_vm_dict = ftp_upload_task_vm_instance.to_dict()
# create an instance of FTPUploadTaskVM from a dict
ftp_upload_task_vm_form_dict = ftp_upload_task_vm.from_dict(ftp_upload_task_vm_dict)
[Back to Model list] [Back to API list] [Back to README]