Skip to content

Aliases

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.aliases import Aliases

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

# convert the object into a dict
aliases_dict = aliases_instance.to_dict()
# create an instance of Aliases from a dict
aliases_form_dict = aliases.from_dict(aliases_dict)
[Back to Model list] [Back to API list] [Back to README]