| Name | Type | Description | Notes |
|---|---|---|---|
| skip | int | [optional] | |
| take | int | [optional] | |
| count | int | [optional] | |
| fonts | List[FontVM] | [optional] | |
| t | str |
from fastreport_cloud_sdk.models.fonts_vm import FontsVM
# TODO update the JSON string below
json = "{}"
# create an instance of FontsVM from a JSON string
fonts_vm_instance = FontsVM.from_json(json)
# print the JSON string representation of the object
print FontsVM.to_json()
# convert the object into a dict
fonts_vm_dict = fonts_vm_instance.to_dict()
# create an instance of FontsVM from a dict
fonts_vm_form_dict = fonts_vm.from_dict(fonts_vm_dict)