| Name |
Type |
Description |
Notes |
| template_id |
str |
|
[optional] |
| t |
str |
|
|
from fastreport_cloud_sdk.models.thumbnail_template_task_vm import ThumbnailTemplateTaskVM
# TODO update the JSON string below
json = "{}"
# create an instance of ThumbnailTemplateTaskVM from a JSON string
thumbnail_template_task_vm_instance = ThumbnailTemplateTaskVM.from_json(json)
# print the JSON string representation of the object
print ThumbnailTemplateTaskVM.to_json()
# convert the object into a dict
thumbnail_template_task_vm_dict = thumbnail_template_task_vm_instance.to_dict()
# create an instance of ThumbnailTemplateTaskVM from a dict
thumbnail_template_task_vm_form_dict = thumbnail_template_task_vm.from_dict(thumbnail_template_task_vm_dict)
[Back to Model list] [Back to API list] [Back to README]