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