Skip to content

HeadUrl

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.head_url import HeadUrl

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

# convert the object into a dict
head_url_dict = head_url_instance.to_dict()
# create an instance of HeadUrl from a dict
head_url_form_dict = head_url.from_dict(head_url_dict)
[Back to Model list] [Back to API list] [Back to README]