KeyPrefix
Properties
Example
from deepsearch.cps.apis.public_v2.models.key_prefix import KeyPrefix
# TODO update the JSON string below
json = "{}"
# create an instance of KeyPrefix from a JSON string
key_prefix_instance = KeyPrefix.from_json(json)
# print the JSON string representation of the object
print(KeyPrefix.to_json())
# convert the object into a dict
key_prefix_dict = key_prefix_instance.to_dict()
# create an instance of KeyPrefix from a dict
key_prefix_form_dict = key_prefix.from_dict(key_prefix_dict)
[Back to Model list] [Back to API list] [Back to README]