Skip to content

ViewOf1

Properties

Name Type Description Notes
index_key object
query_options ElasticIndexSearchQueryOptions
proj_key object
elastic_id object

Example

from deepsearch.cps.apis.public_v2.models.view_of1 import ViewOf1

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

# convert the object into a dict
view_of1_dict = view_of1_instance.to_dict()
# create an instance of ViewOf1 from a dict
view_of1_form_dict = view_of1.from_dict(view_of1_dict)
[Back to Model list] [Back to API list] [Back to README]