ElasticIndexPropertyPrimitive
Properties
Name |
Type |
Description |
Notes |
properties |
object |
|
|
Example
from deepsearch.cps.apis.public_v2.models.elastic_index_property_primitive import ElasticIndexPropertyPrimitive
# TODO update the JSON string below
json = "{}"
# create an instance of ElasticIndexPropertyPrimitive from a JSON string
elastic_index_property_primitive_instance = ElasticIndexPropertyPrimitive.from_json(json)
# print the JSON string representation of the object
print(ElasticIndexPropertyPrimitive.to_json())
# convert the object into a dict
elastic_index_property_primitive_dict = elastic_index_property_primitive_instance.to_dict()
# create an instance of ElasticIndexPropertyPrimitive from a dict
elastic_index_property_primitive_form_dict = elastic_index_property_primitive.from_dict(elastic_index_property_primitive_dict)
[Back to Model list] [Back to API list] [Back to README]