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