Skip to content

Latest commit

History

History
32 lines (23 loc) · 1.02 KB

File metadata and controls

32 lines (23 loc) · 1.02 KB

FileCreateFormVM

Properties

NameTypeDescriptionNotes
tagsList[str][optional]
iconbytearray[optional]
file_contentbytearray
tstr

Example

fromfastreport_cloud_sdk.models.file_create_form_vmimportFileCreateFormVM# TODO update the JSON string belowjson="{}"# create an instance of FileCreateFormVM from a JSON stringfile_create_form_vm_instance=FileCreateFormVM.from_json(json)
# print the JSON string representation of the objectprintFileCreateFormVM.to_json()
# convert the object into a dictfile_create_form_vm_dict=file_create_form_vm_instance.to_dict()
# create an instance of FileCreateFormVM from a dictfile_create_form_vm_form_dict=file_create_form_vm.from_dict(file_create_form_vm_dict)

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