Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 950 Bytes

File metadata and controls

30 lines (21 loc) · 950 Bytes

TaskMessageIdVM

Properties

Name Type Description Notes
message_id str [optional]
t str

Example

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]