Skip to content

GenaiCpdPassword

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.genai_cpd_password import GenaiCpdPassword

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

# convert the object into a dict
genai_cpd_password_dict = genai_cpd_password_instance.to_dict()
# create an instance of GenaiCpdPassword from a dict
genai_cpd_password_form_dict = genai_cpd_password.from_dict(genai_cpd_password_dict)
[Back to Model list] [Back to API list] [Back to README]