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