Skip to content

Description

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.description import Description

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

# convert the object into a dict
description_dict = description_instance.to_dict()
# create an instance of Description from a dict
description_form_dict = description.from_dict(description_dict)
[Back to Model list] [Back to API list] [Back to README]