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