| Name | Type | Description | Notes |
|---|
| content | bytearray | | [optional] |
| file_name | str | | [optional] |
| t | str | | |
fromfastreport_cloud_sdk.models.run_input_file_vmimportRunInputFileVM# TODO update the JSON string belowjson="{}"# create an instance of RunInputFileVM from a JSON stringrun_input_file_vm_instance=RunInputFileVM.from_json(json)
# print the JSON string representation of the objectprintRunInputFileVM.to_json()
# convert the object into a dictrun_input_file_vm_dict=run_input_file_vm_instance.to_dict()
# create an instance of RunInputFileVM from a dictrun_input_file_vm_form_dict=run_input_file_vm.from_dict(run_input_file_vm_dict)[Back to Model list][Back to API list][Back to README]