You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromfastreport_cloud_sdk.models.update_file_content_internal_vmimportUpdateFileContentInternalVM# TODO update the JSON string belowjson="{}"# create an instance of UpdateFileContentInternalVM from a JSON stringupdate_file_content_internal_vm_instance=UpdateFileContentInternalVM.from_json(json)
# print the JSON string representation of the objectprintUpdateFileContentInternalVM.to_json()
# convert the object into a dictupdate_file_content_internal_vm_dict=update_file_content_internal_vm_instance.to_dict()
# create an instance of UpdateFileContentInternalVM from a dictupdate_file_content_internal_vm_form_dict=update_file_content_internal_vm.from_dict(update_file_content_internal_vm_dict)