| Name |
Type |
Description |
Notes |
| value |
bool |
|
[optional] |
| t |
str |
|
|
from fastreport_cloud_sdk.models.user_is_admin_vm import UserIsAdminVM
# TODO update the JSON string below
json = "{}"
# create an instance of UserIsAdminVM from a JSON string
user_is_admin_vm_instance = UserIsAdminVM.from_json(json)
# print the JSON string representation of the object
print UserIsAdminVM.to_json()
# convert the object into a dict
user_is_admin_vm_dict = user_is_admin_vm_instance.to_dict()
# create an instance of UserIsAdminVM from a dict
user_is_admin_vm_form_dict = user_is_admin_vm.from_dict(user_is_admin_vm_dict)
[Back to Model list] [Back to API list] [Back to README]