TaskType
Properties
Example
from deepsearch.cps.apis.public_v2.models.task_type import TaskType
# TODO update the JSON string below
json = "{}"
# create an instance of TaskType from a JSON string
task_type_instance = TaskType.from_json(json)
# print the JSON string representation of the object
print(TaskType.to_json())
# convert the object into a dict
task_type_dict = task_type_instance.to_dict()
# create an instance of TaskType from a dict
task_type_form_dict = task_type.from_dict(task_type_dict)
[Back to Model list] [Back to API list] [Back to README]