Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 900 Bytes

File metadata and controls

30 lines (21 loc) · 900 Bytes

RenameGroupVM

Properties

Name Type Description Notes
name str
t str

Example

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)

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