| Name | Type | Description | Notes |
|---|
| name | str | | [optional] |
| tags | List[str] | | [optional] |
| icon | bytearray | | [optional] |
| content | bytearray | | [optional] |
| t | str | | |
fromfastreport_cloud_sdk.models.file_create_vmimportFileCreateVM# TODO update the JSON string belowjson="{}"# create an instance of FileCreateVM from a JSON stringfile_create_vm_instance=FileCreateVM.from_json(json)
# print the JSON string representation of the objectprintFileCreateVM.to_json()
# convert the object into a dictfile_create_vm_dict=file_create_vm_instance.to_dict()
# create an instance of FileCreateVM from a dictfile_create_vm_form_dict=file_create_vm.from_dict(file_create_vm_dict)[Back to Model list][Back to API list][Back to README]