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