Skip to content

DecodeSecrets

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.decode_secrets import DecodeSecrets

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

# convert the object into a dict
decode_secrets_dict = decode_secrets_instance.to_dict()
# create an instance of DecodeSecrets from a dict
decode_secrets_form_dict = decode_secrets.from_dict(decode_secrets_dict)
[Back to Model list] [Back to API list] [Back to README]