GenaiCpdApiKey
Properties
Name |
Type |
Description |
Notes |
|
|
|
|
Example
from deepsearch.cps.apis.public_v2.models.genai_cpd_api_key import GenaiCpdApiKey
# TODO update the JSON string below
json = "{}"
# create an instance of GenaiCpdApiKey from a JSON string
genai_cpd_api_key_instance = GenaiCpdApiKey.from_json(json)
# print the JSON string representation of the object
print(GenaiCpdApiKey.to_json())
# convert the object into a dict
genai_cpd_api_key_dict = genai_cpd_api_key_instance.to_dict()
# create an instance of GenaiCpdApiKey from a dict
genai_cpd_api_key_form_dict = genai_cpd_api_key.from_dict(genai_cpd_api_key_dict)
[Back to Model list] [Back to API list] [Back to README]