| Name | Type | Description | Notes |
|---|---|---|---|
| input_file | RunInputFileVM | [optional] | |
| locale | str | [optional] | |
| output_file | OutputFileVM | [optional] | |
| transports | List[RunTransportTaskBaseVM] | [optional] | |
| t | str |
fromfastreport_cloud_sdk.models.run_transform_task_base_vmimportRunTransformTaskBaseVM# TODO update the JSON string belowjson="{}"# create an instance of RunTransformTaskBaseVM from a JSON stringrun_transform_task_base_vm_instance=RunTransformTaskBaseVM.from_json(json)
# print the JSON string representation of the objectprintRunTransformTaskBaseVM.to_json()
# convert the object into a dictrun_transform_task_base_vm_dict=run_transform_task_base_vm_instance.to_dict()
# create an instance of RunTransformTaskBaseVM from a dictrun_transform_task_base_vm_form_dict=run_transform_task_base_vm.from_dict(run_transform_task_base_vm_dict)