Source4
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.source4 import Source4
# TODO update the JSON string below
json = "{}"
# create an instance of Source4 from a JSON string
source4_instance = Source4.from_json(json)
# print the JSON string representation of the object
print(Source4.to_json())
# convert the object into a dict
source4_dict = source4_instance.to_dict()
# create an instance of Source4 from a dict
source4_form_dict = source4.from_dict(source4_dict)
[Back to Model list] [Back to API list] [Back to README]