Skip to content

DcKey

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.dc_key import DcKey

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

# convert the object into a dict
dc_key_dict = dc_key_instance.to_dict()
# create an instance of DcKey from a dict
dc_key_form_dict = dc_key.from_dict(dc_key_dict)
[Back to Model list] [Back to API list] [Back to README]