Skip to content

Publication1

List of publication journals or venues.

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.publication1 import Publication1

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

# convert the object into a dict
publication1_dict = publication1_instance.to_dict()
# create an instance of Publication1 from a dict
publication1_form_dict = publication1.from_dict(publication1_dict)
[Back to Model list] [Back to API list] [Back to README]