Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.06 KB

File metadata and controls

30 lines (21 loc) · 1.06 KB

UserFontPermissionsVM

Properties

Name Type Description Notes
permissions UserFontPermissionsCRUDVM [optional]
t str

Example

from fastreport_cloud_sdk.models.user_font_permissions_vm import UserFontPermissionsVM

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

# convert the object into a dict
user_font_permissions_vm_dict = user_font_permissions_vm_instance.to_dict()
# create an instance of UserFontPermissionsVM from a dict
user_font_permissions_vm_form_dict = user_font_permissions_vm.from_dict(user_font_permissions_vm_dict)

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