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