Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.18 KB

File metadata and controls

32 lines (23 loc) · 1.18 KB

UpdateExportReportTaskVM

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.update_export_report_task_vm import UpdateExportReportTaskVM

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

# convert the object into a dict
update_export_report_task_vm_dict = update_export_report_task_vm_instance.to_dict()
# create an instance of UpdateExportReportTaskVM from a dict
update_export_report_task_vm_form_dict = update_export_report_task_vm.from_dict(update_export_report_task_vm_dict)

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