AlternateNames¶
Other names or abbreviations of this publication.
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
Example¶
from deepsearch.cps.apis.public_v2.models.alternate_names import AlternateNames
# TODO update the JSON string below
json = "{}"
# create an instance of AlternateNames from a JSON string
alternate_names_instance = AlternateNames.from_json(json)
# print the JSON string representation of the object
print(AlternateNames.to_json())
# convert the object into a dict
alternate_names_dict = alternate_names_instance.to_dict()
# create an instance of AlternateNames from a dict
alternate_names_form_dict = alternate_names.from_dict(alternate_names_dict)