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