Source1
Properties
Name |
Type |
Description |
Notes |
type |
object |
|
|
url |
object |
|
|
elastic_id |
object |
|
|
index_key |
object |
|
|
document_hash |
object |
|
|
proj_key |
object |
|
|
Example
from deepsearch.cps.apis.public_v2.models.source1 import Source1
# TODO update the JSON string below
json = "{}"
# create an instance of Source1 from a JSON string
source1_instance = Source1.from_json(json)
# print the JSON string representation of the object
print(Source1.to_json())
# convert the object into a dict
source1_dict = source1_instance.to_dict()
# create an instance of Source1 from a dict
source1_form_dict = source1.from_dict(source1_dict)
[Back to Model list] [Back to API list] [Back to README]