Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.2 KB

File metadata and controls

31 lines (22 loc) · 1.2 KB

UpdateUserFontPermissionsVM

Properties

Name Type Description Notes
new_permissions UserFontPermissionsCRUDVM
administrate FontAdministrate
t str

Example

from fastreport_cloud_sdk.models.update_user_font_permissions_vm import UpdateUserFontPermissionsVM

# TODO update the JSON string below
json = "{}"
# create an instance of UpdateUserFontPermissionsVM from a JSON string
update_user_font_permissions_vm_instance = UpdateUserFontPermissionsVM.from_json(json)
# print the JSON string representation of the object
print UpdateUserFontPermissionsVM.to_json()

# convert the object into a dict
update_user_font_permissions_vm_dict = update_user_font_permissions_vm_instance.to_dict()
# create an instance of UpdateUserFontPermissionsVM from a dict
update_user_font_permissions_vm_form_dict = update_user_font_permissions_vm.from_dict(update_user_font_permissions_vm_dict)

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