FileUrl¶
List of File's URL to be converted and uploaded to the data index.
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
Example¶
from deepsearch.cps.apis.public_v2.models.file_url import FileUrl
# TODO update the JSON string below
json = "{}"
# create an instance of FileUrl from a JSON string
file_url_instance = FileUrl.from_json(json)
# print the JSON string representation of the object
print(FileUrl.to_json())
# convert the object into a dict
file_url_dict = file_url_instance.to_dict()
# create an instance of FileUrl from a dict
file_url_form_dict = file_url.from_dict(file_url_dict)