Skip to content

ViewOf

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_of import ViewOf

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

# convert the object into a dict
view_of_dict = view_of_instance.to_dict()
# create an instance of ViewOf from a dict
view_of_form_dict = view_of.from_dict(view_of_dict)
[Back to Model list] [Back to API list] [Back to README]