| Name | Type | Description | Notes |
|---|---|---|---|
| format | ExportFormat | [optional] | |
| report_id | str | [optional] | |
| template_id | str | [optional] | |
| task_id | str | [optional] | |
| task_message_id | str | [optional] | |
| t | str |
from fastreport_cloud_sdk.models.export_vm import ExportVM
# TODO update the JSON string below
json = "{}"
# create an instance of ExportVM from a JSON string
export_vm_instance = ExportVM.from_json(json)
# print the JSON string representation of the object
print ExportVM.to_json()
# convert the object into a dict
export_vm_dict = export_vm_instance.to_dict()
# create an instance of ExportVM from a dict
export_vm_form_dict = export_vm.from_dict(export_vm_dict)