Skip to content

UrlRefs

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.url_refs import UrlRefs

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

# convert the object into a dict
url_refs_dict = url_refs_instance.to_dict()
# create an instance of UrlRefs from a dict
url_refs_form_dict = url_refs.from_dict(url_refs_dict)
[Back to Model list] [Back to API list] [Back to README]