| Name |
Type |
Description |
Notes |
from mixpeek.models.task_response_inputs_inner import TaskResponseInputsInner
# TODO update the JSON string below
json = "{}"
# create an instance of TaskResponseInputsInner from a JSON string
task_response_inputs_inner_instance = TaskResponseInputsInner.from_json(json)
# print the JSON string representation of the object
print(TaskResponseInputsInner.to_json())
# convert the object into a dict
task_response_inputs_inner_dict = task_response_inputs_inner_instance.to_dict()
# create an instance of TaskResponseInputsInner from a dict
task_response_inputs_inner_from_dict = TaskResponseInputsInner.from_dict(task_response_inputs_inner_dict)
[Back to Model list] [Back to API list] [Back to README]