Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.14 KB

File metadata and controls

32 lines (23 loc) · 1.14 KB

RunExportReportTaskVM

Properties

Name Type Description Notes
export_parameters Dict[str, Optional[str]] [optional]
format ExportFormat [optional]
pages_count int [optional]
t str

Example

from fastreport_cloud_sdk.models.run_export_report_task_vm import RunExportReportTaskVM

# TODO update the JSON string below
json = "{}"
# create an instance of RunExportReportTaskVM from a JSON string
run_export_report_task_vm_instance = RunExportReportTaskVM.from_json(json)
# print the JSON string representation of the object
print RunExportReportTaskVM.to_json()

# convert the object into a dict
run_export_report_task_vm_dict = run_export_report_task_vm_instance.to_dict()
# create an instance of RunExportReportTaskVM from a dict
run_export_report_task_vm_form_dict = run_export_report_task_vm.from_dict(run_export_report_task_vm_dict)

[Back to Model list] [Back to API list] [Back to README]