| Name |
Type |
Description |
Notes |
| enabled |
bool |
|
[optional] |
| description |
str |
|
[optional] |
| t |
str |
|
|
from fastreport_cloud_sdk.models.update_user_font_vm import UpdateUserFontVM
# TODO update the JSON string below
json = "{}"
# create an instance of UpdateUserFontVM from a JSON string
update_user_font_vm_instance = UpdateUserFontVM.from_json(json)
# print the JSON string representation of the object
print UpdateUserFontVM.to_json()
# convert the object into a dict
update_user_font_vm_dict = update_user_font_vm_instance.to_dict()
# create an instance of UpdateUserFontVM from a dict
update_user_font_vm_form_dict = update_user_font_vm.from_dict(update_user_font_vm_dict)
[Back to Model list] [Back to API list] [Back to README]