Skip to content

KgKey

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.kg_key import KgKey

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

# convert the object into a dict
kg_key_dict = kg_key_instance.to_dict()
# create an instance of KgKey from a dict
kg_key_form_dict = kg_key.from_dict(kg_key_dict)
[Back to Model list] [Back to API list] [Back to README]