Skip to content

Source3

Properties

Name Type Description Notes
index_key object
elastic_id object
proj_key object

Example

from deepsearch.cps.apis.public_v2.models.source3 import Source3

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

# convert the object into a dict
source3_dict = source3_instance.to_dict()
# create an instance of Source3 from a dict
source3_form_dict = source3.from_dict(source3_dict)
[Back to Model list] [Back to API list] [Back to README]