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