Skip to content

RelatedTasks

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.related_tasks import RelatedTasks

# TODO update the JSON string below
json = "{}"
# create an instance of RelatedTasks from a JSON string
related_tasks_instance = RelatedTasks.from_json(json)
# print the JSON string representation of the object
print(RelatedTasks.to_json())

# convert the object into a dict
related_tasks_dict = related_tasks_instance.to_dict()
# create an instance of RelatedTasks from a dict
related_tasks_form_dict = related_tasks.from_dict(related_tasks_dict)
[Back to Model list] [Back to API list] [Back to README]