Skip to content

ProjKey

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.proj_key import ProjKey

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

# convert the object into a dict
proj_key_dict = proj_key_instance.to_dict()
# create an instance of ProjKey from a dict
proj_key_form_dict = proj_key.from_dict(proj_key_dict)
[Back to Model list] [Back to API list] [Back to README]