Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 975 Bytes

File metadata and controls

28 lines (19 loc) · 975 Bytes

TaskResponseInputsInner

Properties

Name Type Description Notes

Example

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]