Skip to content

InternalUrl

Properties

Name Type Description Notes
download_url str
header_url str

Example

from deepsearch.cps.apis.public_v2.models.internal_url import InternalUrl

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

# convert the object into a dict
internal_url_dict = internal_url_instance.to_dict()
# create an instance of InternalUrl from a dict
internal_url_form_dict = internal_url.from_dict(internal_url_dict)
[Back to Model list] [Back to API list] [Back to README]