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