Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 920 Bytes

File metadata and controls

30 lines (21 loc) · 920 Bytes

UserIsAdminVM

Properties

Name Type Description Notes
value bool [optional]
t str

Example

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]