Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1004 Bytes

File metadata and controls

31 lines (22 loc) · 1004 Bytes

UpdateUserFontVM

Properties

Name Type Description Notes
enabled bool [optional]
description str [optional]
t str

Example

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]