Skip to content

Urls

List of URLs to be printed to PDF, converted and uploaded to the data index.

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.urls import Urls

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

# convert the object into a dict
urls_dict = urls_instance.to_dict()
# create an instance of Urls from a dict
urls_form_dict = urls.from_dict(urls_dict)
[Back to Model list] [Back to API list] [Back to README]