Skip to content

FileUri

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.file_uri import FileUri

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

# convert the object into a dict
file_uri_dict = file_uri_instance.to_dict()
# create an instance of FileUri from a dict
file_uri_form_dict = file_uri.from_dict(file_uri_dict)
[Back to Model list] [Back to API list] [Back to README]