AgentName
Properties
Name |
Type |
Description |
Notes |
|
|
|
|
Example
from deepsearch.cps.apis.public_v2.models.agent_name import AgentName
# TODO update the JSON string below
json = "{}"
# create an instance of AgentName from a JSON string
agent_name_instance = AgentName.from_json(json)
# print the JSON string representation of the object
print(AgentName.to_json())
# convert the object into a dict
agent_name_dict = agent_name_instance.to_dict()
# create an instance of AgentName from a dict
agent_name_form_dict = agent_name.from_dict(agent_name_dict)
[Back to Model list] [Back to API list] [Back to README]