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

CreateExportReportTaskVM

Properties

NameTypeDescriptionNotes
export_parametersDict[str, Optional[str]][optional]
formatExportFormat[optional]
pages_countint[optional]
tstr

Example

fromfastreport_cloud_sdk.models.create_export_report_task_vmimportCreateExportReportTaskVM# TODO update the JSON string belowjson="{}"# create an instance of CreateExportReportTaskVM from a JSON stringcreate_export_report_task_vm_instance=CreateExportReportTaskVM.from_json(json)
# print the JSON string representation of the objectprintCreateExportReportTaskVM.to_json()
# convert the object into a dictcreate_export_report_task_vm_dict=create_export_report_task_vm_instance.to_dict()
# create an instance of CreateExportReportTaskVM from a dictcreate_export_report_task_vm_form_dict=create_export_report_task_vm.from_dict(create_export_report_task_vm_dict)

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