TemporaryUrl
Properties
Name |
Type |
Description |
Notes |
url |
str |
|
|
Example
from deepsearch.cps.apis.public_v2.models.temporary_url import TemporaryUrl
# TODO update the JSON string below
json = "{}"
# create an instance of TemporaryUrl from a JSON string
temporary_url_instance = TemporaryUrl.from_json(json)
# print the JSON string representation of the object
print(TemporaryUrl.to_json())
# convert the object into a dict
temporary_url_dict = temporary_url_instance.to_dict()
# create an instance of TemporaryUrl from a dict
temporary_url_form_dict = temporary_url.from_dict(temporary_url_dict)
[Back to Model list] [Back to API list] [Back to README]