Url¶
URL on the publication site.
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
Example¶
from deepsearch.cps.apis.public_v2.models.url import Url
# TODO update the JSON string below
json = "{}"
# create an instance of Url from a JSON string
url_instance = Url.from_json(json)
# print the JSON string representation of the object
print(Url.to_json())
# convert the object into a dict
url_dict = url_instance.to_dict()
# create an instance of Url from a dict
url_form_dict = url.from_dict(url_dict)