Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.01 KB

File metadata and controls

34 lines (25 loc) · 1.01 KB

ExportVM

Properties

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

Example

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)

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