| Name | Type | Description | Notes |
|---|---|---|---|
| tool_spec | ListAITools200ResponseToolsInnerToolSpec | [optional] |
from quantcdn.models.list_ai_tools200_response_tools_inner import ListAITools200ResponseToolsInner
# TODO update the JSON string below
json = "{}"
# create an instance of ListAITools200ResponseToolsInner from a JSON string
list_ai_tools200_response_tools_inner_instance = ListAITools200ResponseToolsInner.from_json(json)
# print the JSON string representation of the object
print(ListAITools200ResponseToolsInner.to_json())
# convert the object into a dict
list_ai_tools200_response_tools_inner_dict = list_ai_tools200_response_tools_inner_instance.to_dict()
# create an instance of ListAITools200ResponseToolsInner from a dict
list_ai_tools200_response_tools_inner_from_dict = ListAITools200ResponseToolsInner.from_dict(list_ai_tools200_response_tools_inner_dict)