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