Skip to content

Latest commit

History

History
33 lines (24 loc) · 1 KB

File metadata and controls

33 lines (24 loc) · 1 KB

FileCreateVM

Properties

NameTypeDescriptionNotes
namestr[optional]
tagsList[str][optional]
iconbytearray[optional]
contentbytearray[optional]
tstr

Example

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]