| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | ||
| t | str |
from fastreport_cloud_sdk.models.folder_rename_vm import FolderRenameVM
# TODO update the JSON string below
json = "{}"
# create an instance of FolderRenameVM from a JSON string
folder_rename_vm_instance = FolderRenameVM.from_json(json)
# print the JSON string representation of the object
print FolderRenameVM.to_json()
# convert the object into a dict
folder_rename_vm_dict = folder_rename_vm_instance.to_dict()
# create an instance of FolderRenameVM from a dict
folder_rename_vm_form_dict = folder_rename_vm.from_dict(folder_rename_vm_dict)