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